Initializes a new instance of the Shape class with the specified outline delegate and id.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Shape ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The string identifier of the new shape.
ExampleThis example creates a triangular shape:
C#
Copy Code
|
|---|
Shape shape = new Shape(CreatePath, "my shape"); |
See Also