Search
DrawNodeEventArgs Members
Constructors Properties
 


Contains the arguments passed to the DrawNode event handlers.

The following tables list the members exposed by the DrawNodeEventArgs type.

 Public Constructors

  Name Description

DrawNodeEventArgs

Initializes a new instance of the DrawNodeEventArgs class.

 Public Properties

  Name Description

Bounds

Gets the bounding rectangle of the node being drawn.

CustomDrawKind

Gets the CustomDraw kind for which the event is raised.

Graphics

Gets an object implementing the IGraphics interface whose methods should be used to draw the node.

Node

Gets the DiagramNode object that should be custom drawn.

Options

Gets a RenderOptions specifying what type of graphic elements the target view control or printed page expects to be rendered.

Shadow

Gets a value indicating whether the event is raised to draw the node's shadow.

 See Also