개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Shape/CircleControl.cs | ||
---|---|---|
412 | 412 |
this.PathData = CircleGroup; |
413 | 413 |
ApplyOverViewData(); |
414 | 414 |
} |
415 |
public void updateControl() |
|
415 |
|
|
416 |
public override void UpdateControl() |
|
416 | 417 |
{ |
417 | 418 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
418 | 419 |
this.LeftBottomPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
503 | 504 |
newPointSet[NextP] = new Point(newPointSet[ReverseP].X + NextV.X * l, newPointSet[ReverseP].Y + NextV.Y * l); |
504 | 505 |
|
505 | 506 |
path.PointSet = newPointSet; |
506 |
this.updateControl();
|
|
507 |
this.UpdateControl();
|
|
507 | 508 |
} |
508 | 509 |
|
509 | 510 |
/// <summary> |
내보내기 Unified diff