Search
CreatePathDelegate Delegate
See Also
 





Specifies the signature of callback functions used to generate dynamic node shapes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public delegate IGraphicsPath CreatePathDelegate (
    Rect nodeBounds
)

Visual Basic  Copy Code

Public Delegate Function CreatePathDelegate( _
    nodeBounds As Rect _
) As IGraphicsPath

 Parameters

nodeBounds

A Rect object.

 Return Value

A IGraphicsPath specifying the shape outline or decorations.

 See Also