개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Line/ArrowArcControl.cs | ||
---|---|---|
362 | 362 |
Base_ArcPath = GetTemplateChild(PART_ArcPath) as Path; |
363 | 363 |
SetArcPath(); |
364 | 364 |
} |
365 |
public void updateControl() |
|
365 |
|
|
366 |
public override void UpdateControl() |
|
366 | 367 |
{ |
367 | 368 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
368 | 369 |
this.MidPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
513 | 514 |
(this as IPath).PointSet[i] = selected; |
514 | 515 |
} |
515 | 516 |
} |
516 |
this.updateControl();
|
|
517 |
this.UpdateControl();
|
|
517 | 518 |
} |
518 | 519 |
|
519 | 520 |
/// <summary> |
내보내기 Unified diff