개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1305 | 1305 |
} |
1306 | 1306 |
} |
1307 | 1307 |
|
1308 |
public void updateControl()
|
|
1308 |
public override void UpdateControl()
|
|
1309 | 1309 |
{ |
1310 | 1310 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
1311 | 1311 |
this.MidPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
1535 | 1535 |
path.PointSet[1] = pts[1]; |
1536 | 1536 |
path.PointSet[i] = selected; |
1537 | 1537 |
|
1538 |
this.updateControl();
|
|
1538 |
this.UpdateControl();
|
|
1539 | 1539 |
} |
1540 | 1540 |
|
1541 | 1541 |
/// <summary> |
내보내기 Unified diff