示例#1
0
 public CurveReview BoundingSquare()
 {
     Methods.BoundingSquare(Source);
     return(this);
 }
示例#2
0
 public CurveReview BoundingBoxProperties()
 {
     Methods.BoundingBoxProperties(Source);
     return(this);
 }