Create and return new shape with the specified type.

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

Syntax

C#
public static Shape Create(
	ShapeType shapeType
)
Visual Basic
Public Shared Function Create ( _
	shapeType As ShapeType _
) As Shape
Visual C++
public:
static Shape^ Create(
	ShapeType shapeType
)

Parameters

shapeType
Type: Arctorus.Documents..::..ShapeType
Type of a shape to create.

Return Value

Created shape.

See Also