ControlPaint.DrawRadioButton Metoda

Definicja

Rysuje kontrolkę przycisku radiowego.

Przeciążenia

DrawRadioButton(Graphics, Rectangle, ButtonState)

Rysuje kontrolkę przycisku radiowego w określonym stanie, na określonej powierzchni grafiki i w określonych granicach.

DrawRadioButton(Graphics, Int32, Int32, Int32, Int32, ButtonState)

Rysuje kontrolkę przycisku radiowego w określonym stanie, na określonej powierzchni grafiki i w określonych granicach.

DrawRadioButton(Graphics, Rectangle, ButtonState)

Rysuje kontrolkę przycisku radiowego w określonym stanie, na określonej powierzchni grafiki i w określonych granicach.

public:
 static void DrawRadioButton(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::ButtonState state);
public static void DrawRadioButton (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state);
static member DrawRadioButton : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawRadioButton (graphics As Graphics, rectangle As Rectangle, state As ButtonState)

Parametry

graphics
Graphics

Narysować Graphics .

rectangle
Rectangle

Element Rectangle reprezentujący wymiary przycisku radiowego.

state
ButtonState

Bitowa kombinacja ButtonState wartości, która określa stan do rysowania przycisku radiowego w.

Zobacz też

Dotyczy

DrawRadioButton(Graphics, Int32, Int32, Int32, Int32, ButtonState)

Rysuje kontrolkę przycisku radiowego w określonym stanie, na określonej powierzchni grafiki i w określonych granicach.

public:
 static void DrawRadioButton(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::ButtonState state);
public static void DrawRadioButton (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state);
static member DrawRadioButton : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawRadioButton (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, state As ButtonState)

Parametry

graphics
Graphics

Narysować Graphics .

x
Int32

Współrzędna x lewego górnego rogu prostokąta rysunku.

y
Int32

Współrzędna y lewego górnego rogu prostokąta rysunku.

width
Int32

Szerokość przycisku radiowego.

height
Int32

Wysokość przycisku radiowego.

state
ButtonState

Bitowa kombinacja ButtonState wartości, która określa stan do rysowania przycisku radiowego w.

Dotyczy