| lcWndZoomRect | Home |
|
BOOL lcWndZoomRect ( HANDLE hLcWnd, double Left, double Bottom, double Right, double Top ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| Left | |
| Left coordinate of a view rectangle. | |
| Bottom | |
| Bottom coordinate of a view rectangle. | |
| Right | |
| Right coordinate of a view rectangle. | |
| Top | |
| Top coordinate of a view rectangle. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| You can zoom on drawing's extents by specifying zero for Left, Bottom, Right, Top parameters. |
| lcWndZoomScale, lcWndZoomMove |