MeasureItemEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
MeasureItemEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
MeasureItemEventArgs(Graphics, Int32) |
MeasureItemEventArgs 클래스의 새 인스턴스를 초기화합니다. |
MeasureItemEventArgs(Graphics, Int32, Int32) |
항목 높이에 대한 매개 변수를 제공하여 MeasureItemEventArgs 클래스의 새 인스턴스를 초기화합니다. |
MeasureItemEventArgs(Graphics, Int32)
MeasureItemEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
MeasureItemEventArgs(System::Drawing::Graphics ^ graphics, int index);
public MeasureItemEventArgs (System.Drawing.Graphics graphics, int index);
new System.Windows.Forms.MeasureItemEventArgs : System.Drawing.Graphics * int -> System.Windows.Forms.MeasureItemEventArgs
Public Sub New (graphics As Graphics, index As Integer)
매개 변수
- index
- Int32
사용자가 높이 또는 너비를 필요로 하는 항목의 인덱스입니다.
적용 대상
MeasureItemEventArgs(Graphics, Int32, Int32)
항목 높이에 대한 매개 변수를 제공하여 MeasureItemEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
MeasureItemEventArgs(System::Drawing::Graphics ^ graphics, int index, int itemHeight);
public MeasureItemEventArgs (System.Drawing.Graphics graphics, int index, int itemHeight);
new System.Windows.Forms.MeasureItemEventArgs : System.Drawing.Graphics * int * int -> System.Windows.Forms.MeasureItemEventArgs
Public Sub New (graphics As Graphics, index As Integer, itemHeight As Integer)
매개 변수
- index
- Int32
사용자가 높이 또는 너비를 필요로 하는 항목의 인덱스입니다.
- itemHeight
- Int32
측정할 항목의 높이로 graphics
개체에 대해 상대적인 값입니다.