Gdk.Window.ClearAreaE Method
Like Window.ClearArea, but also generates an expose event for the cleared area.

Syntax

public void ClearAreaE (int x, int y, int width, int height)

Parameters

x
A int, x coordinate of rectangle to clear
y
A int, y coordinate of rectangle to clear
width
A int, width of rectangle to clear
height
A int, height of rectangle to clear

Remarks

This function has a stupid name because it dates back to the mists time, pre-GDK-1.0.

Requirements

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