#include “BlackIceDEVMODE.h”
void SetAnnotationRotation (BlackIceDEVMODE* pDevMode, DWORD nRotationDegrees);
Description
Sets the AnnotationRotation member of the BlackIceDEVMODE. Sets the value of the ‘Rotation’ field.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
DWORD nRotationDegrees - number of degrees to rotate (DWORD).
Return value
None
Programming Notes
None
Code Example
None