프로젝트

일반

사용자정보

개정판 0d00f9c8

ID0d00f9c81d1c7f1736863a06f43686f6fe0df84e
상위 5984979a
하위 8771edc4

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

issue #923: implementing drag textcontrol

Change-Id: I17d1f4ec754ea13646260d1c331d574ad680d47d

차이점 보기:

MarkupToPDF/Controls/Etc/SymControl.cs
355 355
            Canvas.SetTop(this, MathSet.RotateAbout(mid, mid, AngleData).Y - this.Base_ViewBox.Height / 2);
356 356

  
357 357
        }
358
        public void updateControl()
358

  
359
        public override void UpdateControl()
359 360
        {
360 361
            this.StartPoint = new Point(this.PointSet[0].X, this.PointSet[0].Y);
361 362
            this.LeftBottomPoint = new Point(this.PointSet[1].X, this.PointSet[1].Y);
......
446 447
                [i].Y - path.PointSet[ReverseP].Y);
447 448
            path.PointSet[NextP] = new Point(path.PointSet[ReverseP].X + NextV.X * l, path.PointSet[ReverseP].Y + NextV.Y * l);
448 449

  
449
            this.updateControl();
450
            this.UpdateControl();
450 451
        }
451 452

  
452 453
        /// <summary>

내보내기 Unified diff

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