DataGridViewCellPaintingEventArgs.PaintContent(Rectangle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
绘制指定边界中相应区域的单元格内容。
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。