public TextManipulator(TextShapeAdapter textShapeAdapter)
 {
     this.textShapeAdapter = textShapeAdapter;
 }
コード例 #2
0
 public TextManipulator(TextShapeAdapter Shape)
 {
     _shape = Shape;
 }