프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

issue #0000 코드 정리

Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939

차이점 보기:

MarkupToPDF/Controls/Text/ArrowTextControl.cs
1488 1488
            {
1489 1489
                this.Base_TextBox.BorderBrush = Brushes.Transparent;
1490 1490
            }
1491

  
1491
            
1492 1492
            if (Math.Abs(this.PageAngle).ToString() == "90")
1493 1493
            {
1494 1494
                List<Point> pCloud = new List<Point>()
......
1619 1619
            int count = pData.Count;
1620 1620
            for (int i = 0; i < (count - 1); i++)
1621 1621
            {
1622
                PathFigure pathFigure = GenerateLineWithCloud(pData[i], pData[i + 1], 20, reverse);
1622
                PathFigure pathFigure = Polygon.CloudControl.GenerateLineWithCloud(pData[i], pData[i + 1], 20, reverse);
1623 1623
                pathFigure.IsClosed = false;
1624
                pathFigure.IsFilled = true;
1624
                pathFigure.IsFilled = false;
1625 1625
                _pathGeometry.Figures.Add(pathFigure);
1626 1626
            }
1627 1627
            

내보내기 Unified diff

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