GrGetRegionBox

Name

GrGetRegionBox -- Return a polygon that defines the region

Synopsis

void GrGetRegionBox (
  GR_REGION_ID region,
  GR_RECT *    rect
);
    

Parameters

region

The region you want to move.

rect

A pointer to rectangle structure.

Description

The GrGetRegionBox function returns a pointer to a GR_RECT scructure that describes the specified region's starting coordinates, height, and width.