mwmgrPSPoint 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 */
} mwmgrPSPoint;

Description

See the corresponding C++ structure, mw::mgr::PSPoint.

Member Variables

See the corresponding C++ structure, mw::mgr::PSPoint.

Revision History

2010/06/30
Initial version.

CONFIDENTIAL