Refreshes the drawing.

Refresh()

public void Refresh();

Refresh(System.Drawing.Rectangle)

public void Refresh(System.Drawing.Rectangle clipRectangle);

Parameters

Parameter Description
clipRectangle Specifies the rectangular part of the drawing to refresh, in pixels, relative to the top-left corner of the drawing.