This function forms a union of the specified region and the region defined by the specified rectangle. The resulting area is placed back into the original source region.
Type | Name | Description |
---|---|---|
GR_REGION_ID | region | The ID of the region to modify. |
GR_RECT* | rect | A pointer to the rectangle to merge into the region. |