Initializes a new instance of the DrawCellEventArgs class.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DrawCellEventArgs ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The IGraphics object that represents the target of the drawing operation.
The TableNode related to the event.
The zero-based index of the table column related to the event.
The zero-based index of the table row related to the event.
The bounding rectangle of the cell being drawn.
See Also