개정판 fa48eb85
issue #1000 컨트롤 angle 수정/ Textcontrol 텍스트 선택 수정
Change-Id: I56b5c6295adb7409774045545f30f16a920be96c
MarkupToPDF/Controls/Line/ArrowControl_Multi.cs | ||
---|---|---|
362 | 362 |
if (this.MiddlePoint == new Point(0, 0)) |
363 | 363 |
{ |
364 | 364 |
Point tmp = this.EndPoint; |
365 |
Angle = MathSet.returnAngle(this.StartPoint, ref tmp, bShiftKeyPressed); |
|
365 |
CommentAngle = MathSet.returnAngle(this.StartPoint, ref tmp, bShiftKeyPressed);
|
|
366 | 366 |
|
367 | 367 |
if (bAxisLocked || bShiftKeyPressed) |
368 | 368 |
{ |
... | ... | |
372 | 372 |
else |
373 | 373 |
{ |
374 | 374 |
Point tmp = this.EndPoint; |
375 |
Angle = MathSet.returnAngle(this.MiddlePoint, ref tmp, bShiftKeyPressed); |
|
375 |
CommentAngle = MathSet.returnAngle(this.MiddlePoint, ref tmp, bShiftKeyPressed);
|
|
376 | 376 |
|
377 | 377 |
if (bAxisLocked || bShiftKeyPressed) |
378 | 378 |
{ |
내보내기 Unified diff