Skybound Rebar

RebarTheme.DrawRebarBackground Method 

Draws the background of a Rebar control onto the specified Graphics surface.

[Visual Basic]
Overridable Public Sub DrawRebarBackground( _
   ByVal rebar As Rebar, _
   ByVal graphics As Graphics, _
   ByVal clipRect As Rectangle _
)
[C#]
public virtual void DrawRebarBackground(
   Rebar rebar,
   Graphics graphics,
   Rectangle clipRect
);

Parameters

rebar
The Rebar control whose background is drawn.
graphics
The Graphics surface to draw on.
clipRect
The clipping rectangle; the background is only drawn within these bounds.

See Also

RebarTheme Class | Skybound.Rebar.Rendering Namespace