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