다음을 통해 공유


MeasureItemEventArgs 생성자

정의

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)

매개 변수

graphics
Graphics

쓰고 있는 Graphics 개체입니다.

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)

매개 변수

graphics
Graphics

쓰고 있는 Graphics 개체입니다.

index
Int32

사용자가 높이 또는 너비를 필요로 하는 항목의 인덱스입니다.

itemHeight
Int32

측정할 항목의 높이로 graphics 개체에 대해 상대적인 값입니다.

적용 대상