개정판 a6272c57
issue #923: add ICommentUserInfo interface
Change-Id: Id0b65251436a5aa647eef78026dfad90d3ca64ab
MarkupToPDF/Controls/Polygon/CloudControl.cs | ||
---|---|---|
812 | 812 |
} |
813 | 813 |
|
814 | 814 |
/// <summary> |
815 |
/// call when mouse is moving while drawing control |
|
816 |
/// </summary> |
|
817 |
/// <param name="pt"></param> |
|
818 |
/// <param name="bAxisLocked"></param> |
|
819 |
public override void OnCreatingMouseMove(Point pt, bool bAxisLocked, bool bShiftKeyPressed) |
|
820 |
{ |
|
821 |
this.isTransOn = true; |
|
822 |
this.PointSet.RemoveAt(this.PointSet.Count - 1); |
|
823 |
|
|
824 |
Point tmp = pt; |
|
825 |
if (bAxisLocked || bShiftKeyPressed) |
|
826 |
{ |
|
827 |
string angle = MathSet.returnAngleString(this.StartPoint, ref tmp, true); |
|
828 |
} |
|
829 |
this.PointSet.Add(tmp); |
|
830 |
|
|
831 |
this.SetCloud(); |
|
832 |
} |
|
833 |
|
|
834 |
/// <summary> |
|
815 | 835 |
/// return Cloud's area |
816 | 836 |
/// </summary> |
817 | 837 |
/// <author>humkyung</author> |
내보내기 Unified diff