HI_GetPictureConfigHeight
%HI_GetPictureConfigWidth, %HI_GetPictureConfigHeight functions
Function
Function %HI_GetPictureConfigWidth returns the width of picture, %HI_GetPictureConfigHeight returns the height of picture.
Declaration
INT %HI_GetPictureConfigWidth()
INT %HI_GetPictureConfigHeight()Parameters
No parameters.
Example
INT _dx
INT _dy
_dx := %HI_GetPictureConfigWidth()
_dy := %HI_GetPictureConfigHeight() Note
This function is available also in %HIX_ version.