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

Return Value

Line shape.

See Also