コード例 #1
0
ファイル: Graphics.cs プロジェクト: sbarisic/Kernel
 public void Clear(Color color)
 {
     LibIGraph.Clear(this.native, color.ToArgb());
 }