#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). */ } PSRect;
sx
. sy
. ex
. ey
.
Restrictions
sx
, sy
, ex
, and 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