프로젝트

일반

사용자정보

개정판 f959ea6f

IDf959ea6f4dbbae88023cf0906fa7a1c05ae7f117
상위 eb4e5fba
하위 6b518442

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

issue #923: rename and fix InkControl_Convert

Change-Id: Iec4f34a4743f33987c05ea42674495491afa1166

차이점 보기:

MarkupToPDF/Controls/Common/InkToPath.cs
1
using System;
1
using MarkupToPDF.Controls.Polygon;
2
using System;
2 3
using System.Collections.Generic;
3 4
using System.Linq;
4 5
using System.Text;
......
28 29
            return AllPoints;
29 30
        }
30 31

  
31
        public List<Point> StrokeGetPointsPlus(Stroke oStroke)
32
        /// <summary>
33
        /// get points form a stroke
34
        /// </summary>
35
        /// <param name="oStroke"></param>
36
        /// <returns></returns>
37
        public List<Point> GetPointsFrom(Stroke oStroke)
32 38
        {
33 39
            System.Windows.Input.StylusPointCollection colStylusPoints =
34 40
                                      oStroke.StylusPoints;
......
117 123

  
118 124
            return oPath;
119 125
        }
120

  
121 126
    }
122 127
}

내보내기 Unified diff

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