ControlPaint.DrawRadioButton Yöntem

Tanım

Radyo düğmesi denetimi çizer.

Aşırı Yüklemeler

DrawRadioButton(Graphics, Rectangle, ButtonState)

Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde bir radyo düğmesi denetimi çizer.

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

Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde bir radyo düğmesi denetimi çizer.

DrawRadioButton(Graphics, Rectangle, ButtonState)

Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde bir radyo düğmesi denetimi çizer.

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)

Parametreler

graphics
Graphics

Üzerine Graphics çizecek olan.

rectangle
Rectangle

Rectangle Radyo düğmesinin boyutlarını temsil eden.

state
ButtonState

Radyo düğmesinin ButtonState çizildiğini belirten değerlerin bit düzeyinde birleşimi.

Ayrıca bkz.

Şunlara uygulanır

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

Belirtilen durumda, belirtilen grafik yüzeyinde ve belirtilen sınırlar içinde bir radyo düğmesi denetimi çizer.

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)

Parametreler

graphics
Graphics

Üzerine Graphics çizecek olan.

x
Int32

Çizim dikdörtgeninin sol üst köşesinin x koordinatı.

y
Int32

Çizim dikdörtgeninin sol üst köşesinin y koordinatı.

width
Int32

Radyo düğmesinin genişliği.

height
Int32

Radyo düğmesinin yüksekliği.

state
ButtonState

Radyo düğmesinin ButtonState çizildiğini belirten değerlerin bit düzeyinde birleşimi.

Şunlara uygulanır