개정판 f959ea6f
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