프로젝트

일반

사용자정보

개정판 a6272c57

IDa6272c573947c9daab7529a31cf3cf428aee51c9
상위 a715d06e
하위 9fcc0151

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

issue #923: add ICommentUserInfo interface

Change-Id: Id0b65251436a5aa647eef78026dfad90d3ca64ab

차이점 보기:

MarkupToPDF/Controls/Cad/CoordinateControl.cs
551 551
        }
552 552

  
553 553
        /// <summary>
554
        /// call when mouse is moving while drawing control
555
        /// </summary>
556
        /// <author>humkyung</author>
557
        /// <param name="pt"></param>
558
        /// <param name="bAxisLocked"></param>
559
        public override void OnCreatingMouseMove(Point pt, bool bAxisLocked, bool bShiftKeyPressed)
560
        {
561
            this.EndPoint = bShiftKeyPressed ? this.GetSquareEndPoint(this.StartPoint, pt) : pt;
562
            this.LeftBottomPoint = new Point(this.StartPoint.X, this.EndPoint.Y);
563
            this.TopRightPoint = new Point(this.EndPoint.X, this.StartPoint.Y);
564

  
565
            this.PointSet = new List<Point>
566
            {
567
                this.StartPoint,
568
                this.LeftBottomPoint,
569
                this.EndPoint,
570
                this.TopRightPoint,
571
            };
572

  
573
            this.updateControl();
574
        }
575

  
576
        /// <summary>
554 577
        /// return CoordinateControl's area
555 578
        /// </summary>
556 579
        /// <author>humkyung</author>

내보내기 Unified diff

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