프로젝트

일반

사용자정보

개정판 6d1a8228

ID6d1a8228a0a44411c19cc0bab227582d6570ccc5
상위 d251456f
하위 ffd70d3c

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

issue #923: optimize to draw control

Change-Id: I8dbeef611f15cabb8f742817161ef17823bc55d6

차이점 보기:

MarkupToPDF/Controls/Polygon/PolygonControl.cs
446 446
                PathGeometry pathGeometry = new PathGeometry();
447 447
                PathFigure pathFigure = new PathFigure();
448 448
                PolyLineSegment instance = new PolyLineSegment();
449

  
450
                
451 449
                foreach (var Inneritem in PointSet)
452 450
                {
453 451
                    instance.Points.Add(Inneritem);
454 452
                }
455 453
               
456

  
457 454
                StartPoint = instance.Points.First();
458 455
                pathFigure.StartPoint = StartPoint;
459 456
                EndPoint = instance.Points.Last();

내보내기 Unified diff

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