ControlPaint.DrawMenuGlyph 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Menu Item 컨트롤에 메뉴 기호를 그립니다.
오버로드
DrawMenuGlyph(Graphics, Rectangle, MenuGlyph) |
지정된 그래픽 표면의 지정된 범위 내에 Menu Item 컨트롤의 지정된 메뉴 기호를 그립니다. |
DrawMenuGlyph(Graphics, Rectangle, MenuGlyph, Color, Color) |
White를 |
DrawMenuGlyph(Graphics, Int32, Int32, Int32, Int32, MenuGlyph) |
지정된 그래픽 표면의 지정된 범위 내에 Menu Item 컨트롤의 지정된 메뉴 기호를 그립니다. |
DrawMenuGlyph(Graphics, Int32, Int32, Int32, Int32, MenuGlyph, Color, Color) |
White를 |
DrawMenuGlyph(Graphics, Rectangle, MenuGlyph)
지정된 그래픽 표면의 지정된 범위 내에 Menu Item 컨트롤의 지정된 메뉴 기호를 그립니다.
public:
static void DrawMenuGlyph(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::MenuGlyph glyph);
public static void DrawMenuGlyph (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph);
static member DrawMenuGlyph : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.MenuGlyph -> unit
Public Shared Sub DrawMenuGlyph (graphics As Graphics, rectangle As Rectangle, glyph As MenuGlyph)
매개 변수
설명
소유자 그리기 MenuItem 컨트롤을 만들 때 그리거나 제거할 올바른 문자 모양을 확인하려면 속성 값을 확인해야 합니다. 예를 들어 속성이 MenuItem.Checked 설정된 true
경우 해당 값을 MenuGlyph 호출 Checkmark 하여 확인 표시MenuItem를 그려야 합니다.
추가 정보
적용 대상
DrawMenuGlyph(Graphics, Rectangle, MenuGlyph, Color, Color)
public:
static void DrawMenuGlyph(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, System::Windows::Forms::MenuGlyph glyph, System::Drawing::Color foreColor, System::Drawing::Color backColor);
public static void DrawMenuGlyph (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor);
static member DrawMenuGlyph : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.MenuGlyph * System.Drawing.Color * System.Drawing.Color -> unit
Public Shared Sub DrawMenuGlyph (graphics As Graphics, rectangle As Rectangle, glyph As MenuGlyph, foreColor As Color, backColor As Color)
매개 변수
설명
소유자 그리기 MenuItem 컨트롤을 만들 때 그리거나 제거할 올바른 문자 모양을 확인하려면 속성 값을 확인해야 합니다. 예를 들어 속성이 MenuItem.Checked 설정된 true
경우 해당 값을 MenuGlyph 호출 Checkmark 하여 확인 표시MenuItem를 그려야 합니다.
추가 정보
적용 대상
DrawMenuGlyph(Graphics, Int32, Int32, Int32, Int32, MenuGlyph)
지정된 그래픽 표면의 지정된 범위 내에 Menu Item 컨트롤의 지정된 메뉴 기호를 그립니다.
public:
static void DrawMenuGlyph(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::MenuGlyph glyph);
public static void DrawMenuGlyph (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph);
static member DrawMenuGlyph : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.MenuGlyph -> unit
Public Shared Sub DrawMenuGlyph (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, glyph As MenuGlyph)
매개 변수
- x
- Int32
그리기 사각형의 왼쪽 위 모퉁이의 x좌표입니다.
- y
- Int32
그리기 사각형의 왼쪽 위 모퉁이의 y좌표입니다.
- width
- Int32
메뉴 기호의 너비입니다.
- height
- Int32
메뉴 기호의 높이입니다.
설명
소유자 그리기 MenuItem 컨트롤을 만들 때 그리거나 제거할 올바른 문자 모양을 확인하려면 속성 값을 확인해야 합니다. 예를 들어 속성이 MenuItem.Checked true로 설정된 경우 값을 호출 Checkmark MenuGlyph 하여 확인 MenuItem표시를 그립니다.
적용 대상
DrawMenuGlyph(Graphics, Int32, Int32, Int32, Int32, MenuGlyph, Color, Color)
public:
static void DrawMenuGlyph(System::Drawing::Graphics ^ graphics, int x, int y, int width, int height, System::Windows::Forms::MenuGlyph glyph, System::Drawing::Color foreColor, System::Drawing::Color backColor);
public static void DrawMenuGlyph (System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor);
static member DrawMenuGlyph : System.Drawing.Graphics * int * int * int * int * System.Windows.Forms.MenuGlyph * System.Drawing.Color * System.Drawing.Color -> unit
Public Shared Sub DrawMenuGlyph (graphics As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, glyph As MenuGlyph, foreColor As Color, backColor As Color)
매개 변수
- x
- Int32
그리기 사각형의 왼쪽 위 모퉁이의 x좌표입니다.
- y
- Int32
그리기 사각형의 왼쪽 위 모퉁이의 y좌표입니다.
- width
- Int32
메뉴 기호의 너비입니다.
- height
- Int32
메뉴 기호의 높이입니다.
설명
소유자 그리기 MenuItem 컨트롤을 만들 때 그리거나 제거할 올바른 문자 모양을 확인하려면 속성 값을 확인해야 합니다. 예를 들어 속성이 MenuItem.Checked 설정된 true
경우 해당 값을 MenuGlyph 호출 Checkmark 하여 확인 표시MenuItem를 그려야 합니다.