[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.EllipticFigure.-ctor

EllipticFigure Constructor

EllipticFigure(RectangleF)

Initializes a new instance of the EllipticFigure class.

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

EllipticFigure(float, float, float, float)

Initializes a new instance of the EllipticFigure class.

Declaration
public EllipticFigure(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