Skybound Rebar

RebarButtonRenderer Class

Provides a set of methods that can measure and draw rebar buttons.

For a list of all members of this type, see RebarButtonRenderer Members.

System.Object
   Skybound.Rebar.Rendering.ControlRenderer
      Skybound.Rebar.Rendering.RebarButtonRenderer

[Visual Basic]
Public Class RebarButtonRenderer
    Inherits ControlRenderer
[C#]
public class RebarButtonRenderer : ControlRenderer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Use this class to render rebar buttons onto a Graphics surface.

The rebar button is divided into four elements. Each can be independently drawn and measured:

Alternately, you can use the RenderButton method to render the entire button using the default implementation.

Requirements

Namespace: Skybound.Rebar.Rendering

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

RebarButtonRenderer Members | Skybound.Rebar.Rendering Namespace