mw::mgr::PSPoint Structure

Syntax

#include <mw/mgr/mgr.h>

typedef struct {
     s32      x ; /* Point position x Coordinate[pixel]Coordinate */
     s32      y ; /* Point position y Coordinate[pixel]Coordinate */
} 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

    2010/06/30
    Initial version.

    CONFIDENTIAL