Click or drag to resize

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()

Return Value

Type: ListListCoordinate
the list of strokes
See Also