System.Windows.Forms.ControlPaint.DrawRadioButton Method

Draws a radio button control in the specified state, on the specified graphics surface, and within the specified bounds.

Syntax

public static void DrawRadioButton (System.Drawing.Graphics graphics, int x, int y, int width, int height, ButtonState state)

Parameters

graphics
The System.Drawing.Graphics to draw on.
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 radio button.
height
The height of the radio button.
state
A bitwise combination of the System.Windows.Forms.ButtonState values that specifies the state to draw the radio button in.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0