DiagramItem.Draw override.
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 item to.
A RenderOptions object specifying options for the drawing operation.
See Also