mw::hgr::PSPoint Structure

Syntax

#include <mw/hgr/hgr.h>

typedef struct {
     s32      x ; /* Point position x-coordinates (pixels). */
     s32      y ; /* Point position y-coordinates (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