Skybound Rebar

RebarBandRenderer.DrawChevron Method 

Draws the chevron button for the band onto a specified Graphics object.

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

Parameters

graphics
The Graphics surface on which the chevron button is drawn.

Remarks

This method draws the chevron button of a rebar band. You can obtain the bounds in which the chevron button will be drawn by calling GetChevronRectangle.

Specify the state of the drawn button with the ChevronState property. If the value of ChevronState is RebarChevronState.None or RebarChevronState.Hidden, no chevron button is drawn.

See Also

RebarBandRenderer Class | Skybound.Rebar.Rendering Namespace