Function ProGraphicsModeSet
Description
Sets the drawing mode.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
ProGraphicsModeSet
(
ProDrawMode new_mode
/* (In)
The new drawing mode
*/
ProDrawMode* old_mode
/* (Out)
The previous mode
*/
)
Returns
The function successfully set the value.
Sample Code References
User Guide References
Was this helpful?