Example #1
0
 public Region(Rectangle rect)
 {
     this.native     = LibIGraph.CreateRegion_Rect(rect.X, rect.Y, rect.Width, rect.Height);
     this.isInfinite = false;
 }