SetBoundsStretch

Top  Previous  Next

 

SetBoundsStretch (Method)

 

Define the parallelogram of the stretch window border before the use of Command=AvaxCommand.Stretch_c

 

Syntax:

Function SetBoundsStretch(xMin As Single, yMin As Single, xMax As Single, yMax As Single) As Boolean

 

The SetBoundsStretch method syntax consists of the following:

Parameter

Data Type

Description

xMin

Single

Is the x coordinate of the bottom left extend of the parallelogram

yMin

Single

Is the y coordinate of the bottom left extend of the parallelogram

xMax

Single

Is the x coordinate of the top right extend of the parallelogram

yMax

Single

Is the y coordinate of the top right extend of the parallelogram

 

Return value:

Boolean - True on success, false on error.

 

Example