개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Shape/TriControl.cs | ||
---|---|---|
395 | 395 |
this.OverViewPathData = this.PathData; |
396 | 396 |
} |
397 | 397 |
|
398 |
public void updateControl()
|
|
398 |
public override void UpdateControl()
|
|
399 | 399 |
{ |
400 | 400 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
401 | 401 |
this.MidPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
455 | 455 |
(this as IPath).PointSet[i] = selected; |
456 | 456 |
} |
457 | 457 |
} |
458 |
this.updateControl();
|
|
458 |
this.UpdateControl();
|
|
459 | 459 |
} |
460 | 460 |
|
461 | 461 |
/// <summary> |
내보내기 Unified diff