mw::mgr::PSPoint Structure

Syntax

#include <mw/mgr/mgr.h> 

typedef struct { 
     s32 x ; /* Point position x-coordinate (in pixels). */
     s32 y ; /* Point position y-coordinate (in pixels). */ 
} PSPoint;

Description

Restrictions

  • The [pixel] coordinate is the coordinate that uses the top left as the origin (0, 0).
  • Member Variables

    Name Description
    in/out x Sets the x-coordinate with [pixel] coordinate.
    in/out y Sets the y-coordinate with [pixel] coordinate.

    Revision History

    2014/05/28
    Initial version.

    CONFIDENTIAL