Skybound Rebar

RebarBandRenderer.DrawBackground Method 

Draws the band background onto a specified Graphics object.

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

Parameters

graphics
The Graphics surface on which the background is drawn.

Remarks

The default implementation of this method provides a transparent background; it does nothing

Exceptions

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

See Also

RebarBandRenderer Class | Skybound.Rebar.Rendering Namespace