Skybound Rebar

DrawButtonEventArgs Constructor 

Creates a new instance of a DrawButtonEventArgs object.

[Visual Basic]
Public Sub New( _
   ByVal button As RebarButton, _
   ByVal graphics As Graphics _
)
[C#]
public DrawButtonEventArgs(
   RebarButton button,
   Graphics graphics
);

Parameters

button
The RebarButton to draw.
graphics
The Graphics surface to draw the button on.

See Also

DrawButtonEventArgs Class | Skybound.Rebar Namespace