Skybound Rebar

DrawBandEventArgs Constructor 

Creates a new instance of a DrawBandEventArgs object.

[Visual Basic]
Public Sub New( _
   ByVal band As RebarBand, _
   ByVal graphics As Graphics _
)
[C#]
public DrawBandEventArgs(
   RebarBand band,
   Graphics graphics
);

Parameters

band
The RebarBand to draw.
graphics
The Graphics surface to draw the band on.

See Also

DrawBandEventArgs Class | Skybound.Rebar Namespace