コード例 #1
0
ファイル: Graphics.cs プロジェクト: sbarisic/Kernel
 public void FillRectangle(Brush brush, int x, int y, int width, int height)
 {
     LibIGraph.FillRectangle_Ints(this.native, brush.native, x, y, width, height);
 }