Search
DrawButtonEventArgs Constructor
See Also
 





Initializes a new instance of the DrawButtonEventArgs class.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DrawButtonEventArgs (
    IGraphics graphics,
    ButtonComponent component,
    ButtonState state
)

Visual Basic  Copy Code

Public New ( _
    graphics As IGraphics, _
    component As ButtonComponent, _
    state As ButtonState _
)

 Parameters

graphics
The drawing target.
component

The button being drawn.

state
The current state of the button.

 See Also