Search
Shape Constructor (CreatePathDelegate, String)
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape (
    CreatePathDelegate outlineDelegate,
    string id
)

Visual Basic  Copy Code

Public New ( _
    outlineDelegate As CreatePathDelegate, _
    id As String _
)

 Parameters

outlineDelegate

A delegate called to generate IGraphicsPath objects representing the shape outline.

id

The string identifier of the new shape.

 See Also