Canvas_GetView

<< Click to Display Table of Contents >>

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

Canvas_GetView

 

Description

 

Gets the position of the viewport on a virtual canvas target.

 

Syntax

 

n = Canvas_GetView(XPos, YPos)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

XPos

Numeric variable

No


YPos

Numeric variable

No


 

Remarks

 

Restrictions

 

See also

 

Examples