Skybound Rebar

RebarBandRenderer.GetClientRectangle Method 

Returns the bounds of the client area for the band.

[Visual Basic]
Public Function GetClientRectangle() As Rectangle
[C#]
public Rectangle GetClientRectangle();

Return Value

A Rectangle that represents the bounding rectangle of the client area of the band.

Remarks

The client area is the area of the band that contains its buttons.

See Also

RebarBandRenderer Class | Skybound.Rebar.Rendering Namespace