[]
        
(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)
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)
Parameters
Type Name Description
RectangleF rect