It is often desirable to specify that a given set of graphics stretch to fit a particular container element. The viewBox attribute provides this capability.
[TypeConverter(typeof(SvgViewBoxConverter))]
public struct SvgViewBox
kind:method, kind:property, kind:ctor. Press Esc to clear.SvgViewBox(Single, Single, Single, Single)Initializes a new instance of the SvgViewBox struct.HeightGets or sets the height of the viewport.MinXGets or sets the position where the viewport starts horizontally.MinYGets or sets the position where the viewport starts vertically.WidthGets or sets the width of the viewport.Implicit(SvgViewBox to RectangleF)Performs an implicit conversion from SvgViewBox to RectangleF.Implicit(RectangleF to SvgViewBox)Performs an implicit conversion from RectangleF to SvgViewBox.