#include <mw/hgr/hgr.h> typedef struct { s32 sx ; /* Rectangular area starting point top-left x [pixel] coordinates */ s32 sy ; /* Rectangular area starting point top-left y [pixel] coordinates */ s32 ex ; /* Rectangular area ending point bottom-right x [pixel] coordinates */ s32 ey ; /* Rectangular area ending point bottom-right y [pixel] coordinates */ } PSRect;
sx
.sy
.ex
.ey
.
Restrictions
sx
, sy
, ex
, ey
).MGEXT_RECTMIN
≦(hgrect.ex-hgrect.sx+1)
.MGEXT_RECTMIN
≦(hgrect.ey-hgrect.sy+1)
.Name | Description | |
---|---|---|
in | sx | Sets the rectangular region upper-left x [pixel] coordinate. |
in | sy | Sets the rectangular region upper-left y [pixel] coordinate. |
in | ex | Sets the rectangular region lower-right x [pixel] coordinate. |
in | ey | Sets the rectangular region lower-right y [pixel] coordinate. |
CONFIDENTIAL