개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Polygon/PolygonControl.cs | ||
---|---|---|
417 | 417 |
} |
418 | 418 |
#endregion |
419 | 419 |
|
420 |
public void updateControl()
|
|
420 |
public override void UpdateControl()
|
|
421 | 421 |
{ |
422 | 422 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
423 | 423 |
this.EndPoint = new Point(this.PointSet[this.PointSet.Count - 1].X, this.PointSet[this.PointSet.Count - 1].Y); |
... | ... | |
499 | 499 |
} |
500 | 500 |
this.PointSet.Add(tmp); |
501 | 501 |
|
502 |
this.updateControl();
|
|
502 |
this.UpdateControl();
|
|
503 | 503 |
} |
504 | 504 |
|
505 | 505 |
/// <summary> |
... | ... | |
523 | 523 |
break; |
524 | 524 |
} |
525 | 525 |
} |
526 |
this.updateControl();
|
|
526 |
this.UpdateControl();
|
|
527 | 527 |
} |
528 | 528 |
|
529 | 529 |
/// <summary> |
내보내기 Unified diff