SignatureGetStrokes Method |
Returns the list of strokes for this signature
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public List<List<Coordinate>> GetStrokes()
Public Function GetStrokes As List(Of List(Of Coordinate))
public:
List<List<Coordinate^>^>^ GetStrokes()
member GetStrokes : unit -> List<List<Coordinate>>
Return Value
Type:
ListListCoordinatethe list of strokes
See Also