개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Line/ArcControl.cs | ||
---|---|---|
363 | 363 |
Base_ArcPath = GetTemplateChild(PART_ArcPath) as Path; |
364 | 364 |
SetArcPath(); |
365 | 365 |
} |
366 |
public void updateControl() |
|
366 |
|
|
367 |
public override void UpdateControl() |
|
367 | 368 |
{ |
368 | 369 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
369 | 370 |
this.MidPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
569 | 570 |
(this as IPath).PointSet[i] = selected; |
570 | 571 |
} |
571 | 572 |
} |
572 |
this.updateControl();
|
|
573 |
this.UpdateControl();
|
|
573 | 574 |
} |
574 | 575 |
|
575 | 576 |
/// <summary> |
내보내기 Unified diff