[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.RectangularFigure.-ctor

RectangularFigure Constructor

RectangularFigure(RectangleF)

Initializes a new instance of the RectangularFigure class.

Declaration
public RectangularFigure(RectangleF bounds)
Public Sub New(bounds As RectangleF)
Parameters
Type Name Description
RectangleF bounds

RectangularFigure(float, float, float, float)

Initializes a new instance of the RectangularFigure class.

Declaration
public RectangularFigure(float x, float y, float width, float height)
Public Sub New(x As Single, y As Single, width As Single, height As Single)
Parameters
Type Name Description
float x
float y
float width
float height

RectangularFigure(PointF, PointF)

Initializes a new instance of the RectangularFigure class.

Declaration
public RectangularFigure(PointF topLeft, PointF bottomRight)
Public Sub New(topLeft As PointF, bottomRight As PointF)
Parameters
Type Name Description
PointF topLeft
PointF bottomRight