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