DrawItemEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DrawItemEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState) |
지정된 글꼴, 상태, 이미지를 그릴 화면, 이미지를 그릴 범위 등을 사용하여 지정된 컨트롤에 대한 DrawItemEventArgs 클래스의 새 인스턴스를 초기화합니다. |
DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, Color, Color) |
지정된 글꼴, 상태, 전경색, 배경색, 이미지를 그릴 화면, 이미지를 그릴 범위 등을 사용하여 지정된 컨트롤에 대한 DrawItemEventArgs 클래스의 새 인스턴스를 초기화합니다. |
DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState)
지정된 글꼴, 상태, 이미지를 그릴 화면, 이미지를 그릴 범위 등을 사용하여 지정된 컨트롤에 대한 DrawItemEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
DrawItemEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Font ^ font, System::Drawing::Rectangle rect, int index, System::Windows::Forms::DrawItemState state);
public DrawItemEventArgs (System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state);
public DrawItemEventArgs (System.Drawing.Graphics graphics, System.Drawing.Font? font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state);
new System.Windows.Forms.DrawItemEventArgs : System.Drawing.Graphics * System.Drawing.Font * System.Drawing.Rectangle * int * System.Windows.Forms.DrawItemState -> System.Windows.Forms.DrawItemEventArgs
Public Sub New (graphics As Graphics, font As Font, rect As Rectangle, index As Integer, state As DrawItemState)
매개 변수
- index
- Int32
그리고 있는 항목의 Control.ControlCollection 인덱스 값입니다.
- state
- DrawItemState
컨트롤의 DrawItemState 정보입니다.
적용 대상
DrawItemEventArgs(Graphics, Font, Rectangle, Int32, DrawItemState, Color, Color)
지정된 글꼴, 상태, 전경색, 배경색, 이미지를 그릴 화면, 이미지를 그릴 범위 등을 사용하여 지정된 컨트롤에 대한 DrawItemEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
DrawItemEventArgs(System::Drawing::Graphics ^ graphics, System::Drawing::Font ^ font, System::Drawing::Rectangle rect, int index, System::Windows::Forms::DrawItemState state, System::Drawing::Color foreColor, System::Drawing::Color backColor);
public DrawItemEventArgs (System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor);
public DrawItemEventArgs (System.Drawing.Graphics graphics, System.Drawing.Font? font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor);
new System.Windows.Forms.DrawItemEventArgs : System.Drawing.Graphics * System.Drawing.Font * System.Drawing.Rectangle * int * System.Windows.Forms.DrawItemState * System.Drawing.Color * System.Drawing.Color -> System.Windows.Forms.DrawItemEventArgs
Public Sub New (graphics As Graphics, font As Font, rect As Rectangle, index As Integer, state As DrawItemState, foreColor As Color, backColor As Color)
매개 변수
- index
- Int32
그리고 있는 항목의 Control.ControlCollection 인덱스 값입니다.
- state
- DrawItemState
컨트롤의 DrawItemState 정보입니다.