프로젝트

일반

사용자정보

개정판 359bfdbe

ID359bfdbe3411ae395e528dd433e16aa5ef406aef
상위 57906f93
하위 2184f659

송근호이(가) 5년 이상 전에 추가함

issue #000 충돌해결!

Change-Id: I8257369ca8111457ac0e67faa35f700018fff501

차이점 보기:

MarkupToPDF/Controls/Text/TextControl.cs
1160 1160
        {
1161 1161
            //this.CanvasX = Canvas.GetLeft(this) + dx;
1162 1162
            //this.CanvasY = Canvas.GetTop(this) + dy;
1163
            this.StartPoint = new Point(this.StartPoint.X + dx, this.StartPoint.Y + dy);
1164
            this.EndPoint = new Point(this.EndPoint.X + dx, this.EndPoint.Y + dy);
1163 1165

  
1164 1166
            this.SetValue(TextControl.CanvasXProperty, Canvas.GetLeft(this) + dx);
1165 1167
            this.SetValue(TextControl.CanvasYProperty, Canvas.GetTop(this) + dy);
1166 1168

  
1167
            this.StartPoint = new Point(this.StartPoint.X + dx, this.StartPoint.Y + dy);
1168
            this.EndPoint = new Point(this.EndPoint.X + dx, this.EndPoint.Y + dy);
1169
            
1169 1170

  
1170 1171
            
1171 1172
            //Canvas.SetLeft(this, Canvas.GetLeft(this) + dx);

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)