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

In This Topic
    SvgViewBox Constructor(Single,Single,Single,Single)
    In This Topic
    Initializes a new instance of the SvgViewBox struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal minX As System.Single, _
       ByVal minY As System.Single, _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    )
    public SvgViewBox( 
       System.float minX,
       System.float minY,
       System.float width,
       System.float height
    )

    Parameters

    minX
    minY
    width
    height
    See Also