개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Etc/DateControl.cs | ||
---|---|---|
449 | 449 |
this.OverViewEndPoint = this.EndPoint; |
450 | 450 |
} |
451 | 451 |
|
452 |
public void updateControl()
|
|
452 |
public override void UpdateControl()
|
|
453 | 453 |
{ |
454 | 454 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
455 | 455 |
this.TopRightPoint = new Point(this.PointSet[3].X, this.PointSet[3].Y); |
... | ... | |
520 | 520 |
[i].Y - path.PointSet[ReverseP].Y); |
521 | 521 |
path.PointSet[NextP] = new Point(path.PointSet[ReverseP].X + NextV.X * l, path.PointSet[ReverseP].Y + NextV.Y * l); |
522 | 522 |
|
523 |
this.updateControl();
|
|
523 |
this.UpdateControl();
|
|
524 | 524 |
} |
525 | 525 |
|
526 | 526 |
/// <summary> |
내보내기 Unified diff