TImage_Width

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > TImage >

TImage_Width

 

Description

 

Returns image width in pixels.

 

Syntax

 

lWidth = TImage_Width(ImageID)

 

Returns

 

Numeric.

 

Parameters

 

Name

Type

Optional

Meaning

ImageID

Number

No

The unique ID used during TImage_Load.

 

Remarks

 

Restrictions

 

See also

 

Examples