Skybound Rebar

RebarMenuRenderer.DrawBorder Method 

Draws the border around a menu window on the specified Graphics surface.

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

Parameters

graphics
The Graphics object on which the border is drawn.

Remarks

The default implementation draws a 3D or solid border, depending on the value of the Use3DBorder property.

See Also

RebarMenuRenderer Class | Skybound.Rebar.Rendering Namespace