예제 #1
0
파일: HDc.cs 프로젝트: snarfblam/editroid
 public RegionType ExcludeClipRect(int left, int top, int right, int bottom)
 {
     return(Gdi.ExcludeClipRect(this, left, top, right, bottom));
 }