Skybound Rebar

RebarMenuRenderer.RenderMenu Method 

Renders the current menu onto a specified Graphics object.

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

Parameters

graphics
The Graphics surface on which the menu is drawn.

Remarks

This method renders all the elements of the item. It is functionally identical to DrawBorder, but is included for consistency with the other renderer types.

See Also

RebarMenuRenderer Class | Skybound.Rebar.Rendering Namespace