Esempio n. 1
0
 public ShapeGeometry(Shape[] shapes, ShapeGeometryOptions options) { }
Esempio n. 2
0
 public ShapeGeometry addShapeList(Shape[] shapes, ShapeGeometryOptions options) { return null; }
Esempio n. 3
0
 public void addShape(Shape shape, ShapeGeometryOptions options){}
Esempio n. 4
0
 public ShapeGeometry(Shape shapes, ShapeGeometryOptions options)
 {
 }
Esempio n. 5
0
 public void addShape(Shape shape, ShapeGeometryOptions options)
 {
 }
Esempio n. 6
0
 public ShapeGeometry addShapeList(Shape[] shapes, ShapeGeometryOptions options)
 {
     return(null);
 }
Esempio n. 7
0
 public ShapeGeometry makeGeometry(ShapeGeometryOptions options)
 {
     return(null);
 }
Esempio n. 8
0
 public ShapeGeometry makeGeometry(ShapeGeometryOptions options) { return null; }