OIMAGE.$getdimensions()

Function group Execute on client Platform(s)
OIMAGE NO All

Syntax

OIMAGE.$getdimensions(xImage, &iWidth, &iHeight [,&cErrorText])

Description

Returns the dimensions in iWidth and iHeight of the image xImage. Returns Boolean true for success, or false and cErrorText if an error occurs.

xImage A binary variable containing the image.

iWidth and iHeight are 32 bit integer variables that receive the pixel Width and Height of the image.

cErrorText The error text returned from the function.