Search
DrawItemEventArgs Constructor
See Also
 





Initializes a new instance of the DrawItemEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DrawItemEventArgs (
    IGraphics graphics,
    DiagramItem item
)

Visual Basic  Copy Code

Public New ( _
    graphics As IGraphics, _
    item As DiagramItem _
)

 Parameters

graphics

The IGraphics object that represents the target of the drawing operation.

item

The DiagramItem related to the event.

 See Also