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 GraphicsPath CreatePathDelegate (
    RectangleF nodeBounds
)

Visual Basic  Copy Code

Public Delegate Function CreatePathDelegate( _
    nodeBounds As RectangleF _
) As GraphicsPath

 Parameters

nodeBounds

A RectangleF object.

 Return Value

A GraphicsPath specifying the shape outline or decorations.

 See Also