public TextManipulator(TextShapeAdapter textShapeAdapter)
 {
     this.textShapeAdapter = textShapeAdapter;
 }
Exemplo n.º 2
0
 public TextManipulator(TextShapeAdapter Shape)
 {
     _shape = Shape;
 }