개정판 0d00f9c8
issue #923: implementing drag textcontrol
Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d
MarkupToPDF/Controls/Polygon/CloudControl.cs | ||
---|---|---|
795 | 795 |
if (PropertyChanged != null) |
796 | 796 |
PropertyChanged(this, new PropertyChangedEventArgs(propName)); |
797 | 797 |
} |
798 |
public void updateControl() |
|
798 |
|
|
799 |
public override void UpdateControl() |
|
799 | 800 |
{ |
800 | 801 |
|
801 | 802 |
var lastIndex = this.PointSet.Count - 1; |
... | ... | |
852 | 853 |
break; |
853 | 854 |
} |
854 | 855 |
} |
855 |
this.updateControl();
|
|
856 |
this.UpdateControl();
|
|
856 | 857 |
this.DrawingCloud(); |
857 | 858 |
} |
858 | 859 |
|
내보내기 Unified diff