SignatureGetStrokes Method |
Returns list of strokes, each containing a list of coordinates that make up the signature.
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.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:
ListListCoordinatelist of strokes, each containing a list of coordinates that make up the signature.
See Also