개정판 15bbef90
Issue #0001 Angle 수정 중단
Change-Id: I58a1524f2db148fe507627d1e4e84722c595d6c0
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
1005 | 1005 |
/// 텍스트박스의 좌표 설정 |
1006 | 1006 |
Canvas.SetLeft(Base_TextBox, this.EndPoint.X); |
1007 | 1007 |
Canvas.SetTop(Base_TextBox, this.EndPoint.Y); |
1008 |
System.Diagnostics.Debug.WriteLine($"TextBox Set {this.EndPoint.X},{this.EndPoint.Y}"); |
|
1008 |
//System.Diagnostics.Debug.WriteLine($"TextBox Set {this.EndPoint.X},{this.EndPoint.Y}");
|
|
1009 | 1009 |
|
1010 | 1010 |
|
1011 | 1011 |
List<Point> ps = new List<Point>(); |
... | ... | |
1722 | 1722 |
{ |
1723 | 1723 |
IPath path = (this as IPath); |
1724 | 1724 |
|
1725 |
//System.Diagnostics.Debug.WriteLine($"OnMoveCtrlPoint : {path.PointSet[1].X},{path.PointSet[1].Y}"); |
|
1726 |
|
|
1725 | 1727 |
Point selected = MathSet.getNearPoint(path.PointSet, pt); |
1726 | 1728 |
|
1727 | 1729 |
//StartPoint에 표시된 Thumb는 dx,dy가 +로 더해줘야한다. |
... | ... | |
1764 | 1766 |
if (path.PointSet.Count > i) { |
1765 | 1767 |
path.PointSet[i] = selected; |
1766 | 1768 |
} |
1767 |
|
|
1769 |
//System.Diagnostics.Debug.WriteLine($"OnMoveCtrlPoint end : {path.PointSet[1].X},{path.PointSet[1].Y}"); |
|
1768 | 1770 |
this.UpdateControl(); |
1769 | 1771 |
} |
1770 | 1772 |
|
... | ... | |
1815 | 1817 |
STemp.Name = this.GetType().Name.ToString(); |
1816 | 1818 |
STemp.isTrans = this.isTrans; |
1817 | 1819 |
STemp.MidPoint = this.MidPoint; |
1818 |
STemp.Angle = this.CommentAngle;
|
|
1820 |
STemp.Angle = this.PageAngle;
|
|
1819 | 1821 |
STemp.fontConfig = new List<string>() |
1820 | 1822 |
{ |
1821 | 1823 |
this.TextFamily.ToString(), |
... | ... | |
1863 | 1865 |
instance.BoxWidth = s.BoxWidth; |
1864 | 1866 |
instance.BoxHeight = s.BoxHeight; |
1865 | 1867 |
instance.isFixed = s.isFixed; |
1866 |
instance.CommentAngle = s.Angle;
|
|
1868 |
instance.PageAngle = s.Angle;
|
|
1867 | 1869 |
instance.UserID = s.UserID; |
1868 | 1870 |
instance.isTrans = s.isTrans; |
1869 | 1871 |
instance.MidPoint = s.MidPoint; |
내보내기 Unified diff