Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Graphics.drawRadioButton

Draws a Win32 radio button in the specified rectangle.

Syntax

public final void drawRadioButton( Rectangle rect**, int** state )

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

Parameters

rect

A Rectangle object that identifies the area in which to draw the button.

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 button.

height

The height of the button.

state

One or more flags that determine how to draw the button. This value must be one or more of the enumeration constants defined in the ButtonState class

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