[]
Initializes a new instance of the EllipticFigure class.
public EllipticFigure(RectangleF bounds)
Public Sub New(bounds As RectangleF)
Type | Name | Description |
---|---|---|
RectangleF | bounds |
Initializes a new instance of the EllipticFigure class.
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)
Type | Name | Description |
---|---|---|
float | x | |
float | y | |
float | width | |
float | height |