Search
Shape Constructor
See Also
 






Initializes a new instance of the Shape class.

 Overload List

Name Description

Shape (Byte[])

Initializes a new instance of the Shape class with the specified outline.

Shape (Byte[], String)

Initializes a new instance of the Shape class with the specified outline and id.

Shape (CreatePathDelegate, CreatePathDelegate, String)

Initializes a new instance of the Shape class with the specified outline and decorations formulas and id.

Shape (CreatePathDelegate, String)

Initializes a new instance of the Shape class with the specified outline formula and id.

Shape (ElementTemplate[], ElementTemplate[], ElementTemplate[], FillMode)

Initializes a new instance of the Shape class with the specified outline, decorations and text area.

Shape (ElementTemplate[], ElementTemplate[], ElementTemplate[], FillMode, String)

Initializes a new instance of the Shape class with the specified outline, decorations, text area and id.

Shape (ElementTemplate[], ElementTemplate[], ElementTemplate[], FillMode, String, ShapeDecoration[])

Initializes a new instance of the Shape class with the specified outline, decorations, text area and id.

Shape (ElementTemplate[], FillMode)

Initializes a new instance of the Shape class with the specified outline.

Shape (ElementTemplate[], FillMode, String)

Initializes a new instance of the Shape class with the specified outline and id.

 See Also