API_​Point

Pixel data

    typedef struct {
        short     v;
        short     h;
    } API_Point;

 

Members

v
vertical coordinate
h
horizontal coordinate

 

Remarks

An integer type representation of an API_Coord. Expressed in the local coordinates of the window, based on pixels from the top/left corner.

Refer to the APIDb_PointToCoordID and APIDb_CoordToPointID conversion functions for further details.

 

Requirements

Version: API 2.1 or later
Header: APIdefs_Base.h

 

See Also

APIDb_CoordToPointID, APIDb_PointToCoordID, API_Coord, API Types