Gdk.Window.EndPaint Method
Indicates that the backing store created by the most recent call to Window.BeginPaintRegion() should be copied onscreen and deleted, leaving the next-most-recent backing store or no backing store at all as the active paint region. See Window.BeginPaintRegion() for full details.

Syntax

public void EndPaint ()

Remarks

It is an error to call this function without a matching Window.BeginPaintRegion() first.

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)