Refreshes the drawing.

Refresh()

public void Refresh();
Public Sub Refresh()

Refresh(System.Drawing.Rectangle)

public void Refresh(System.Drawing.Rectangle clipRectangle);
Public Sub Refresh(ByVal clipRectangle As System.Drawing.Rectangle)

Parameters

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