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