Gets the current Device Context (DC) boundaries, set using the LRasterPaint::SetDCExtents function.
#include "Ltwrappr.h"
L_INT LRasterPaint::GetDCExtents(prcRect)
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 LRasterPaint::SetDCExtents.