Canvas_GetClient

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands >

Canvas_GetClient

 

Description

 

Retrieve the client size of the attached canvas.

 

Syntax

 

Canvas_GetClient(WidthVar, HeightVar)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

WidthVar

Numeric variable

No

Numeric scalar variable that will receive Width value

HeightVar

Numeric variable

No

Numeric scalar variable that will receive Height value

 

Remarks

 

Restrictions

 

See also

 

Examples