SVGImage icon indicating copy to clipboard operation
SVGImage copied to clipboard

Access to Bounds of m_drawing

Open cahalu opened this issue 1 year ago • 0 comments

Access to Bounds of m_drawing for calculation of ratio for parent control when used ContentToSizeNoStretch. There is also ImageSource.Bounds but it contains null.

Example: myCanvasStretch.Width = xadjust; myCanvasStretch.Height = xadjust * svg.Bounds.Height / svg.Bounds.Width;

cahalu avatar Jan 22 '25 14:01 cahalu