MeasureItemEventArgs 생성자

정의

MeasureItemEventArgs 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
MeasureItemEventArgs(Graphics, Int32)

MeasureItemEventArgs 클래스의 새 인스턴스를 초기화합니다.

MeasureItemEventArgs(Graphics, Int32, Int32)

항목 높이에 대한 매개 변수를 MeasureItemEventArgs 제공하는 클래스의 새 인스턴스를 초기화합니다.

MeasureItemEventArgs(Graphics, Int32)

Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs

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)

Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs
Source:
MeasureItemEventArgs.cs

항목 높이에 대한 매개 변수를 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 .

적용 대상