Gets the current Device Context (DC) boundaries, set using the L_PntSetDCExtents function.
#include "LtPnt.h"
L_LTPNT_API L_INT L_PntGetDCExtents(pPaint, prcRect)
Pointer to a paint handle.
Pointer to a RECT structure to be updated with the current DC boundary information.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
For an example, refer to L_PntSetDCExtents.