rmapi-js
    Preparing search index...

    Interface RmPoint

    a single sampled point along a stroke

    interface RmPoint {
        direction: number;
        pressure: number;
        speed: number;
        width: number;
        x: number;
        y: number;
    }
    Index

    Properties

    direction: number

    the pen tilt/heading in radians

    pressure: number

    the pen pressure, from 0 to 1

    speed: number

    the pen speed at this point

    width: number

    the stroke width at this point

    x: number

    the horizontal position in device pixels (see the page type for the origin)

    y: number

    the vertical position in device pixels (see the page type for the origin)