MindFusion.Wpf Pack Programmer's Guide
CreatePathDelegate Delegate
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public delegate PathGeometry CreatePathDelegate (
    ShapeData shapeData
)

Visual Basic  Copy Code

Public Delegate Function CreatePathDelegate( _
    shapeData As ShapeData _
) As PathGeometry

 Parameters

shapeData
An instance of the ShapeData class.

 Return Value

A PathGeometry specifying the shape outline or decorations.

 Remarks

Functions that implement this delegate can be passed as arguments to the Shape constructor.

 See Also

MindFusion.Diagramming.Wpf Namespace