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