mwhgrPSRect Structure

Syntax

#include <mw/hgr/hgr.h>

typedef struct {
     s32      sx ;     /* Rectangular area starting point top-left x-coordinates (pixels). */
     s32      sy ;     /* Rectangular area starting point  top-left y-coordinates (pixels). */
     s32      ex ;     /* Rectangular area ending point bottom-right x-coordinates (pixels). */
     s32      ey ;     /* Rectangular area ending point bottom-right y-coordinates (pixels). */
} mwhgrPSRect;

Description

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

Member Variables

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

Revision History

2014/05/28
Initial version.

CONFIDENTIAL