Create and return new ellipse shape.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Shape CreateEllipse()
Visual Basic
Public Shared Function CreateEllipse As Shape
Visual C++
public:
static Shape^ CreateEllipse()

Return Value

Ellipse shape.

See Also