Draws this node at specified location.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void DrawInRect ( |
Visual Basic
Copy Code
|
|---|
Public Sub DrawInRect( _ |
The IGraphics surface to draw the node on.
Provides options for the drawing operation.
The target location.
See Also