| lcPaint_DrawRect2 | Home |
|
BOOL lcPaint_DrawRect2 ( HANDLE hLcWnd, double X1, double Y1, double X2, double Y2 ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| X1 Y1 | |
| Corner coordinate. | |
| X2 Y2 | |
| Opposite corner coordinate. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_DrawRect |