GrNewRegion()

Name

GrNewRegion() -- Create a new region

Synopsis

GR_REGION_ID GrNewRegion (void);

Description

This function creates a new region and returns the ID of the newly created region. The new region is created empty, i.e. the region has no width or height.

Returns

The ID of the newly created region.

See Also

GrNewPolygonRegion(), GrDestroyRegion(), Region Functions.