예제 #1
0
파일: Graphics.cs 프로젝트: sbarisic/Kernel
 public void Clear(Color color)
 {
     LibIGraph.Clear(this.native, color.ToArgb());
 }