MindFusion.Wpf Pack Programmer's Guide
DrawNodeEventArgs Constructor
See Also
 





Initializes a new instance of the DrawNodeEventArgs class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DrawNodeEventArgs (
    DrawingContext graphics,
    DiagramNode node
)

Visual Basic  Copy Code

Public New ( _
    graphics As DrawingContext, _
    node As DiagramNode _
)

 Parameters

graphics

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

node

The DiagramNode related to the event.

 See Also

DrawNodeEventArgs Class
MindFusion.Diagramming.Wpf Namespace