개정판 fa48eb85
issue #1000 컨트롤 angle 수정/ Textcontrol 텍스트 선택 수정
Change-Id: I56b5c6295adb7409774045545f30f16a920be96c
MarkupToPDF/Controls/Line/ArcControl.cs | ||
---|---|---|
542 | 542 |
this.MidPoint = new Point(0, 0); |
543 | 543 |
|
544 | 544 |
Point tmp = this.EndPoint; |
545 |
Angle = MathSet.returnAngle(this.StartPoint, ref tmp, bShiftKeyPressed); |
|
545 |
CommentAngle = MathSet.returnAngle(this.StartPoint, ref tmp, bShiftKeyPressed);
|
|
546 | 546 |
|
547 | 547 |
if (bAxisLocked || bShiftKeyPressed) |
548 | 548 |
{ |
내보내기 Unified diff