[]
        
(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)
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)
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)
Parameters
Type Name Description
PointF topLeft
PointF bottomRight