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 オブジェクトに対して相対的に計測する、項目の高さ。

適用対象