public RegionType ExcludeClipRect(int left, int top, int right, int bottom) { return(Gdi.ExcludeClipRect(this, left, top, right, bottom)); }