ImageGetwidth()

Returns the width of image

Usage

NUMERIC = ImageGetwidth( name )
Argument Summary
name the image object derived from ImageNew() or ImageRead()

Calling

Supports named-parameter calling allowing you to use the function like:

ImageGetwidth(
   name=?
);

Supports passing parameters as a structure using ArgumentCollection:

ImageGetwidth( ArgumentCollection={
   name : ?
} );