DiagramItem.Draw override. Draws the item on the specified IGraphics surface.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override void Draw ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Sub Draw( _ |
The IGraphics surface to draw the node on.
Provides options for the drawing operation.
See Also