コード例 #1
0
ファイル: Windows.cs プロジェクト: maryamariyan/WInterop
 public static RegionHandle CreateEllipticRegion(int left, int top, int right, int bottom) => GdiMethods.CreateEllipticRegion(left, top, right, bottom);