EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure represents a stroke which is made up of contingiously connected coordinates. More...
#include <scriptel-easyscript.h>
Data Fields | |
int | length |
scriptel_coordinate * | coordinates |
This structure represents a stroke which is made up of contingiously connected coordinates.
scriptel_coordinate* coordinates |
The pointer to the first coordinate in this stroke.
int length |
The number of coordinates in this stroke.