コード例 #1
0
ファイル: MainWindow.cs プロジェクト: daelsepara/DeepLearnMac
 protected void DrawEllipse(Gdk.GC gc, Gdk.Window dest, int X, int Y, int a, int b, bool filled = false)
 {
     dest.DrawArc(gc, filled, X, Y, a, b, 0, 360 * 64);
 }