[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgViewBox.-ctor

SvgViewBox Constructor

SvgViewBox(float, float, float, float)

Initializes a new instance of the SvgViewBox struct.

Declaration
public SvgViewBox(float minX, float minY, float width, float height)
Public Sub New(minX As Single, minY As Single, width As Single, height As Single)
Parameters
Type Name Description
float minX
float minY
float width
float height

SvgViewBox(RectangleF)

Initializes a new instance of the SvgViewBox struct from a RectangleF.

Declaration
public SvgViewBox(RectangleF rect)
Public Sub New(rect As RectangleF)
Parameters
Type Name Description
RectangleF rect