Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Graphics.drawSizeGrip

Draws a sizing grip at the specified location.

Syntax

public final void drawSizeGrip( Rectangle rect )

public final void drawSizeGrip( int x**, int** y**, int** width**, int** height )

Parameters

rect

A Rectangle object that specifies the area in which to draw the sizing grips.

x

The x-coordinate of the upper-left corner of the drawing rectangle.

y

The y-coordinate of the upper-left corner of the drawing rectangle.

width

The width of the sizing grips.

height

The height of the sizing grips.

Remarks

A sizing grip is usually located at the lower-right corner of a window.

See Also drawButton, drawCaptionButton, drawCheckBox, drawComboButton, drawMenuGlyph, drawRadioButton, drawScrollButton