GetAnnotationOffsetX

 

 

#include “BlackIceDEVMODE.h”

 

LONG             GetAnnotationOffsetX (BlackIceDEVMODE* pDevMode);

Description

Gets the AnnotationOffsetX member of the BlackIceDEVMODE. Gets the value of the ‘X Offset[+/-]’ field.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

X axis offset (LONG)

Programming Notes

None

Code Example

None