This documentation is for the old version. Go to the latest Graphics Mill docs

EllipseVObject Constructor (Single, Single, Single, Single)

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)

Syntax

Visual Basic
Public Sub New ( _
	x As Single, _
	y As Single, _
	width As Single, _
	height As Single _
)
C#
public EllipseVObject(
	float x,
	float y,
	float width,
	float height
)

Parameters

x

Type: System.Single

The x-coordinate of the center.
y

Type: System.Single

The y-coordinate of the center.
width

Type: System.Single

The horizontal diameter.
height

Type: System.Single

The vertical diameter.

See Also

Reference