Draws the node using the specified IGraphics object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override void Draw ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub Draw( _ |
A IGraphics object where the node should be rendered.
Provides options for the drawing operation.
See Also