Specifies the signature of callback functions used to generate dynamic node shapes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public delegate IGraphicsPath CreatePathDelegate ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Function CreatePathDelegate( _ |
A Rect object.
A IGraphicsPath specifying the shape outline or decorations.
See Also