Skybound Rebar

RebarBandRenderer.DrawSizeGrip Method 

Draws the size grip for the band onto a specified Graphics object.

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

Parameters

graphics
The Graphics surface on which the size grip is drawn.

Remarks

This method draws the size grip of a rebar band. You can obtain the bounds in which the size grip will be drawn by calling GetSizeGripRectangle.

If HasSizeGrip is false, no size grip is drawn.

Exceptions

Exception Type Condition
ArgumentNullException The graphics parameter was a null reference (Nothing in Visual Basic).

See Also

RebarBandRenderer Class | Skybound.Rebar.Rendering Namespace