Skybound Rebar

DrawBandEventArgs.Renderer Property

Gets a renderer that can draw the band.

[Visual Basic]
Public ReadOnly Property Renderer As RebarBandRenderer
[C#]
public Rendering.RebarBandRenderer Renderer {get;}

Property Value

A RebarBandRenderer that can draw and measure the band.

Remarks

Use this property to obtain additional information about where specific elements of a band are located and to draw those elements using the default drawing routines.

For more information about rendering bands, see the class decription for RebarBandRenderer.

See Also

DrawBandEventArgs Class | Skybound.Rebar Namespace