ControlPaint.DrawMixedCheckBox 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Three-State CheckBox 컨트롤을 그립니다.
오버로드
DrawMixedCheckBox(Graphics, Rectangle, ButtonState) |
지정된 그래픽 표면의 지정된 범위 내에 지정된 상태로 Three-State CheckBox 컨트롤을 그립니다. |
DrawMixedCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState) |
지정된 그래픽 표면의 지정된 범위 내에 지정된 상태로 Three-State CheckBox 컨트롤을 그립니다. |
DrawMixedCheckBox(Graphics, Rectangle, ButtonState)
지정된 그래픽 표면의 지정된 범위 내에 지정된 상태로 Three-State CheckBox 컨트롤을 그립니다.
public:
static void DrawMixedCheckBox(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::ButtonState state);
public static void DrawMixedCheckBox (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state);
static member DrawMixedCheckBox : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawMixedCheckBox (graphics As Graphics, rectangle As Rectangle, state As ButtonState)
매개 변수
- state
- ButtonState
확인란을 그리기 위한 상태를 지정하는 ButtonState 값의 비트 조합입니다.
추가 정보
적용 대상
DrawMixedCheckBox(Graphics, Int32, Int32, Int32, Int32, ButtonState)
지정된 그래픽 표면의 지정된 범위 내에 지정된 상태로 Three-State CheckBox 컨트롤을 그립니다.
public:
static void DrawMixedCheckBox(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::ButtonState state);
public static void DrawMixedCheckBox (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state);
static member DrawMixedCheckBox : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.ButtonState -> unit
Public Shared Sub DrawMixedCheckBox (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, state As ButtonState)
매개 변수
- x
- Int32
그리기 사각형의 왼쪽 위 모퉁이의 x좌표입니다.
- y
- Int32
그리기 사각형의 왼쪽 위 모퉁이의 y좌표입니다.
- width
- Int32
확인란의 너비입니다.
- height
- Int32
확인란의 높이입니다.
- state
- ButtonState
확인란을 그리기 위한 상태를 지정하는 ButtonState 값의 비트 조합입니다.