SetGraphicsMode
The
SetGraphicsMode
function sets the graphics mode for coordinate space transformations.
SetGraphicsMode
sMode
Parameters
sMode
String specifying the graphics mode. Must be one of the following:
String
Meaning
"GM_COMPATIBLE"
This is the default mode. No transformations are allowed.
"GM_ADVANCED"
Windows NT only.
All transformations are allowed, you can set the transformations using
SetTransformation
.
Remarks
You can not return to COMPATIBLE mode from ADVANCED, if you changed the default transformation settings. You should change settings to default first.
Return values
True
if successful, otherwise
False
.
Remarks
Example
See
SetTransformation
.