Creates and initializes a new ellipse with the specified center and diameters.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub New ( _ x As Single, _ y As Single, _ width As Single, _ height As Single _ )
Type: System.Single
The x-coordinate of the center.Type: System.Single
The y-coordinate of the center.Type: System.Single
The horizontal diameter.Type: System.Single
The vertical diameter.