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