|
@@ -260,9 +260,9 @@ export class SBaseTextEdit extends SGraphEdit {
|
|
|
* @param x x 坐标
|
|
|
* @param y y 坐标
|
|
|
*/
|
|
|
- moveToOrigin(x: number, y: number): void {
|
|
|
- this.moveTo(this.x + x, this.y + y);
|
|
|
- } // Function moveToOrigin()
|
|
|
+ // moveToOrigin(x: number, y: number): void {
|
|
|
+ // this.moveTo(this.x + x, this.y + y);
|
|
|
+ // } // Function moveToOrigin()
|
|
|
|
|
|
/**
|
|
|
* 绘制显示状态文本 Item
|