public BaseShape()
 {
     Metadata = new ShapeMetadata();
 }
Beispiel #2
0
 public Shape()
 {
     Metadata = new ShapeMetadata();
 }