| lcWndGetCursorCoord | Home |
|
BOOL lcWndGetCursorCoord ( HANDLE hLcWnd, int* pXwin, int* pYwin, double* pXdrw, double* pYdrw ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| pXwin pYwin | |
| Pointers to variables that will receive window's coordinates (pixels). | |
| pXdrw pYdrw | |
| Pointers to variables that will receive drawing's coordinates. | |
| If the function succeeds, the return value is nonzero (TRUE). |