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