svgToolkitExtensions Methods |
The svgToolkitExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| GetPointFromString |
Gets the point from string.
| |
| GetPointsFromString |
Gets points from string: x1,y1 x2,y2 x3,y3 .... where xn,yn are coordinates of point n
| |
| GetStringFromPoints |
Makes string for points, in format: x1,y1 x2,y2 x3,y3 .... where xn,yn are coordinates of point n
|