개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Line/ArrowControl_Multi.cs | ||
---|---|---|
342 | 342 |
if (PropertyChanged != null) |
343 | 343 |
PropertyChanged(this, new PropertyChangedEventArgs(propName)); |
344 | 344 |
} |
345 |
public void updateControl() |
|
345 |
|
|
346 |
public override void UpdateControl() |
|
346 | 347 |
{ |
347 | 348 |
this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y); |
348 | 349 |
this.MiddlePoint = new Point(this.PointSet[1].X, this.PointSet[1].Y); |
... | ... | |
405 | 406 |
(this as IPath).PointSet[i] = selected; |
406 | 407 |
} |
407 | 408 |
} |
408 |
this.updateControl();
|
|
409 |
this.UpdateControl();
|
|
409 | 410 |
} |
410 | 411 |
|
411 | 412 |
/// <summary> |
내보내기 Unified diff