public override AblePaint copy() { AblePaint temp = new Text(this); return temp; }
public Text(Text e) : base((DynamicDrawing)e) { }