Example #1
0
 public ShapeGeometry(Shape[] shapes, ShapeGeometryOptions options) { }
Example #2
0
 public ShapeGeometry addShapeList(Shape[] shapes, ShapeGeometryOptions options) { return null; }
Example #3
0
 public void addShape(Shape shape, ShapeGeometryOptions options){}
 public ShapeGeometry(Shape shapes, ShapeGeometryOptions options)
 {
 }
 public void addShape(Shape shape, ShapeGeometryOptions options)
 {
 }
 public ShapeGeometry addShapeList(Shape[] shapes, ShapeGeometryOptions options)
 {
     return(null);
 }
Example #7
0
 public ShapeGeometry makeGeometry(ShapeGeometryOptions options)
 {
     return(null);
 }
Example #8
0
 public ShapeGeometry makeGeometry(ShapeGeometryOptions options) { return null; }