GrDestroyRegion()

Name

GrDestroyRegion() -- Destroy a region

Synopsis

void GrDestroyRegion ( GR_REGION_ID region );

Description

This function destroys the specified region. Any memory resources allocated to the region are returned to the system.

Parameters

TypeNameDescription
GR_REGION_IDregionThe ID of the region to destroy.

See Also

GrNewRegion(), GrNewPolygonRegion(),