| lcBlockSetViewRect | Home |
|
BOOL lcBlockSetViewRect ( HANDLE hBlock, double X, double Y, double Width, double Height ); |
| hBlock | |
| Handle to a block object. | |
| X Y | |
| Coordinates of a point that will be a view center. | |
| Width | |
| Visible width (can be 0). | |
| Height | |
| Visible height (can be 0). | |
| If the function succeeds, the return value is nonzero (TRUE). |
| If parameter 'Width' or 'Height' is zero, then function will not change the view size, but only move the view to the new position (with center specified by X,Y). |
| lcBlockSetViewRect2 |