TableLayoutCellPaintEventArgs コンストラクター

定義

TableLayoutCellPaintEventArgs クラスの新しいインスタンスを初期化します。

public:
 TableLayoutCellPaintEventArgs(System::Drawing::Graphics ^ g, System::Drawing::Rectangle clipRectangle, System::Drawing::Rectangle cellBounds, int column, int row);
public TableLayoutCellPaintEventArgs (System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row);
new System.Windows.Forms.TableLayoutCellPaintEventArgs : System.Drawing.Graphics * System.Drawing.Rectangle * System.Drawing.Rectangle * int * int -> System.Windows.Forms.TableLayoutCellPaintEventArgs
Public Sub New (g As Graphics, clipRectangle As Rectangle, cellBounds As Rectangle, column As Integer, row As Integer)

パラメーター

g
Graphics

項目の描画に使用される Graphics

clipRectangle
Rectangle

描画先の四角形を表す Rectangle

cellBounds
Rectangle

セルの境界。

column
Int32

セルの列。

row
Int32

セルの行。

適用対象

こちらもご覧ください