MGL_restoreAttributes

Restores a previously saved set of rasterizing attributes.

Declaration

void MGLAPI MGL_restoreAttributes(
    attributes_t *attr)

Prototype In

mgraph.h

Parameters

attr

Pointer to the attribute list to restore

 

Description

This function restores a set of attributes that were saved with the MGL_getAttributes routine. The attributes list represents the current state of the MGL. The value of the color palette is not changed by this routine.

Note:    Calling this function sets the viewport and clip rectangle for the device context to the values that were saved by

See Also

MGL_getAttributes

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com