GrOffsetRegion()

Name

GrOffsetRegion() -- Offset a region

Synopsis

void GrOffsetRegion ( GR_REGION_ID region , GR_SIZE dx , GR_SIZE dy );

Description

This function offsets the specified region by dx along the X axis and by dy along the Y axis.

Parameters

TypeNameDescription
GR_REGION_IDregionThe ID of the region to offset.
GR_SIZEdxThe X distance, in pixels, to offset the region.
GR_SIZEdyThe Y distance, in pixels, to offset the region.

See Also

GrNewRegion(), GrDestroyRegion(),