Refreshes the drawing.
public void Refresh();
public void Refresh(System.Drawing.Rectangle clipRectangle);
Parameter | Description |
---|---|
clip |
Specifies the rectangular part of the drawing to refresh, in pixels, relative to the top-left corner of the drawing. |