mwhgrPSPoint Structure

Syntax

#include <mw/hgr/hgr.h>

typedef struct {
     s32      x ; /* Point position x-coordinates (pixels). */
     s32      y ; /* Point position y-coordinates (pixels). */
} mwhgrPSPoint;

Description

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

Member Variables

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

Revision History

2014/05/28
Initial version.

CONFIDENTIAL