Create and return new rectangle 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 CreateRectangle()
Visual Basic
Public Shared Function CreateRectangle As Shape
Visual C++
public:
static Shape^ CreateRectangle()

Return Value

Rectangle shape.

See Also