Skybound Rebar

MeasureButtonEventArgs Constructor 

Creates a new instance of a MeasureButtonEventArgs object.

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

Parameters

button
The RebarButton to measure.
graphics
The Graphics surface to measure against.
fixedHeight
The fixed height of the button.

See Also

MeasureButtonEventArgs Class | Skybound.Rebar Namespace