Initializes a new instance of the DrawItemEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DrawItemEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The IGraphics object that represents the target of the drawing operation.
The DiagramItem related to the event.
See Also