Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

« Predchádzajúce Verzia 2 Aktuálny »

%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.
  • Žiadne štítky