mwmgrPSRect Structure

Syntax

#include <mw/hgr/hgr.h> 

typedef struct { 
     s32 sx ;  /* Rectangular region start point upper-left x-coordinate (in pixels). */
     s32 sy ; /* Rectangular region start point upper-left y-coordinate (in pixels). */
     s32 ex ; /* Rectangular region end point lower-right x-coordinate (in pixels). */
     s32 ey ; /* Rectangular region end point lower-right y-coordinate (in pixels). */
} mwmgrPSRect; 

Description

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

Member Variables

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

Revision History

2014/05/28
Initial version.

CONFIDENTIAL