| lcWndGetEntByPoint | Home |
|
HANDLE lcWndGetEntByPoint ( HANDLE hLcWnd, int Xwin, int Ywin ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| Xwin Ywin | |
| Coordinate in LiteCAD window. If -1 specified for both parameters, then cursor coordinates will be used. | |
| Handle to the entity, if it has found at the specified point. If there are no object, the function returns NULL. |
|
lcWndGetEntByPoint2,
lcWndGetEntsByPoint,
lcWndGetCursorCoord Code sample, Retrieve objects |