GrGetImageInfo()

Name

GrGetImageInfo() -- Retrieve information about an image

Synopsis

void GrGetImageInfo ( GR_IMAGE_ID id , GR_IMAGE_INFO * iip );

Description

This function returns details of the specified image in the caller supplied GR_IMAGE_INFO structure.

Parameters

TypeNameDescription
GR_IMAGE_IDidThe ID of the image.
GR_IMAGE_INFO*iipA pointer to an GR_IMAGE_INFO structure to receive information about the image.

See Also

GrFreeImage(), GrDrawImageFromFile(), GrLoadImageFromFile(), GrDrawImageToFit().