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

EllipseVObject Constructor (RectangleF)

Creates and initializes a new ellipse inscribed in the specified rectangle.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub New ( _
	rectangle As RectangleF _
)
C#
public EllipseVObject(
	RectangleF rectangle
)

Parameters

rectangle

Type: System.Drawing.RectangleF

The rectangle in which the ellipse will be inscribed.

See Also

Reference