프로젝트

일반

사용자정보

개정판 a6272c57

IDa6272c573947c9daab7529a31cf3cf428aee51c9
상위 a715d06e
하위 9fcc0151

백흠경이(가) 5년 이상 전에 추가함

issue #923: add ICommentUserInfo interface

Change-Id: Id0b65251436a5aa647eef78026dfad90d3ca64ab

차이점 보기:

MarkupToPDF/Controls/Line/ArcControl.cs
523 523
        }
524 524

  
525 525
        /// <summary>
526
        /// call when mouse is moving while drawing control
527
        /// </summary>
528
        /// <author>humkyung</author>
529
        /// <param name="pt"></param>
530
        /// <param name="bAxisLocked"></param>
531
        public override void OnCreatingMouseMove(Point pt, bool bAxisLocked, bool bShiftKeyPressed)
532
        {
533
            this.isTransOn = false;
534
            this.EndPoint = pt;
535
            this.MidPoint = new Point(0, 0);
536

  
537
            if (bAxisLocked || bShiftKeyPressed)
538
            {
539
                Point tmp = this.EndPoint;
540
                string angle = MathSet.returnAngleString(this.StartPoint, ref tmp, true);
541
                this.EndPoint = tmp;
542
            }
543

  
544
            this.PointSet = new List<Point>
545
            {
546
                this.StartPoint,
547
                this.MidPoint,
548
                this.EndPoint,
549
            };
550
        }
551

  
552
        /// <summary>
526 553
        /// return Arc's area
527 554
        /// </summary>
528 555
        /// <author>humkyung</author>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)