개정판 359bfdbe
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