mwmgrPSRect Structure

Syntax

#include <mw/mgr/mgr.h>

typedef struct {
     s32      sx ;     /* Rectangular Region Start Point Upper Left x [pixel] Coordinate */
     s32      sy ;     /* Rectangular Region Start Point Upper Left y [pixel] Coordinate */
     s32      ex ;     /* Rectangular Region End Point Lower Right x [pixel] Coordinate */
     s32      ey ;     /* Rectangular Region End Point Lower Right y [pixel] Coordinate */
} mwmgrPSRect;

Description

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

Member Variables

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

Revision History

2010/06/30
Initial version.

CONFIDENTIAL