Add new shape to a page.

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

Syntax

C#
public void AddShape(
	Shape shape
)
Visual Basic
Public Sub AddShape ( _
	shape As Shape _
)
Visual C++
public:
void AddShape(
	Shape^ shape
)

Parameters

shape
Type: Arctorus.Documents..::..Shape
Shape to add.

See Also