Name
GrEmptyRegion -- Test if a region is empty
Synopsis
GR_BOOL GrEmptyRegion (
GR_REGION_ID region
);
Parameters
- region
The ID of the region you want to test.
Return Value
Returns one if the region is empty; otherwise
returns zero.
Description
The GrEmptyRegion function
checks to see if the region region
is empty.