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