コード例 #1
0
 public SolidBrush(Color col)
 {
     this.col    = col;
     base.native = LibIGraph.CreateBrush_Solid(col.ToArgb());
 }