Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgViewBox Structure / SvgViewBox Constructor / SvgViewBox Constructor(RectangleF)

In This Topic
    SvgViewBox Constructor(RectangleF)
    In This Topic
    Initializes a new instance of the SvgViewBox struct from a System.Drawing.RectangleF.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As System.Drawing.RectangleF _
    )
    public SvgViewBox( 
       System.Drawing.RectangleF rect
    )

    Parameters

    rect
    See Also