HI_SetPictureSize
%HI_SetPictureSize function
Function
The function sets the minimal size of the picture.
Declaration
%HI_SetPictureSize(
INT in x,
INT in y,
BOOL in inside := @TRUE
)Parameters
x | Picture width. Special values: |
y | Picture height. |
inside | Dimensions settings:
|
Note 1
The function is used only for pictures, that are not subpictures (they are not placed in other picture).
Note 2
This function is available also in %HIX_ version.