SVGImage
SVGImage copied to clipboard
Access to Bounds of m_drawing
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;