Skybound Rebar

RebarBandRenderer Class

Provides a set of methods to measure and draw rebar bands.

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

System.Object
   Skybound.Rebar.Rendering.ControlRenderer
      Skybound.Rebar.Rendering.RebarBandRenderer

[Visual Basic]
Public Class RebarBandRenderer
    Inherits ControlRenderer
[C#]
public class RebarBandRenderer : 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 bands onto a Graphics surface.

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

Alternately, you can use the RenderBand method to render the entire band using the default implementation.

Requirements

Namespace: Skybound.Rebar.Rendering

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

See Also

RebarBandRenderer Members | Skybound.Rebar.Rendering Namespace