Synopsis
Free a graphics context.
Format
void MgraFree(GraphContId)
MIL_ID GraphContId; | Graphics context identifier |
Description
This function deallocates a graphics context previously allocated with MgraAlloc.
The GraphContId parameter specifies the identifier of the graphics context to deallocate. If M_DEFAULT is specified, an error will occur.
See also