struct CCL::StrokePoint

#include <ihandwriting.h>

struct StrokePoint
{
    // fields

    PointF position;
    float32 pressure;
    float32 tiltX;
    float32 tiltY;
    double strokeTime;
};