#include "Ltwrappr.h"
L_INT LRasterPaint::GetDCExtents(prcRect)
Gets the current Device Context (DC) boundaries, set using the LRasterPaint::SetDCExtents function.
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 |
Required DLLs and Libraries
For an example, refer to LRasterPaint::SetDCExtents.