Skybound Rebar

RebarBandRenderer.RenderBand Method 

Renders the current rebar band onto a specified Graphics object.

[Visual Basic]
Public Sub RenderBand( _
   ByVal graphics As Graphics _
)
[C#]
public void RenderBand(
   Graphics graphics
);

Parameters

graphics
The Graphics surface on which the rebar band is drawn.

Remarks

This method renders all the elements of the band. Alternately, you can render a single element at a time using the DrawSizeGrip, DrawImage, DrawText and DrawChevron methods.

Exceptions

Exception Type Condition
ArgumentNullException The graphics parameter was a null reference (Nothing in Visual Basic).

See Also

RebarBandRenderer Class | Skybound.Rebar.Rendering Namespace