개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Shape/RectCloudControl.cs | ||
---|---|---|
506 | 506 |
this.OverViewPathData = this.PathData; |
507 | 507 |
} |
508 | 508 |
|
509 |
public void updateControl()
|
|
509 |
public override void UpdateControl()
|
|
510 | 510 |
{ |
511 | 511 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
512 | 512 |
this.LeftBottomPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
623 | 623 |
[i].Y - path.PointSet[ReverseP].Y); |
624 | 624 |
path.PointSet[NextP] = new Point(path.PointSet[ReverseP].X + NextV.X * l, path.PointSet[ReverseP].Y + NextV.Y * l); |
625 | 625 |
|
626 |
this.updateControl();
|
|
626 |
this.UpdateControl();
|
|
627 | 627 |
} |
628 | 628 |
|
629 | 629 |
/// <summary> |
내보내기 Unified diff