コード例 #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));
 }