DataGridViewCellPaintingEventArgs.PaintContent(Rectangle) メソッド

定義

指定した境界内の領域のセルの内容を描画します。

public:
 void PaintContent(System::Drawing::Rectangle clipBounds);
public void PaintContent (System.Drawing.Rectangle clipBounds);
member this.PaintContent : System.Drawing.Rectangle -> unit
Public Sub PaintContent (clipBounds As Rectangle)

パラメーター

clipBounds
Rectangle

描画が必要な Rectangle の領域を表す DataGridView

例外

RowIndex が -1 未満か、DataGridView コントロールに含まれている行数以上です。

  • または - ColumnIndex が -1 未満か、DataGridView コントロールに含まれている列数以上です。

適用対象

こちらもご覧ください