SetSelectRegionBoundingBox

Top  Previous  Next

 

SetSelectRegionBoundingBox (Method)

 

Define a parallelogram region where changes to the SelectRegion window are permitted

 

Syntax:

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

 

The SetSelectRegionBoundingBox method syntax consists of the following:

Parameter

Data Type

Description

xMin

Single

Is the x coordinate of the bottom left extend of the SelectRegion window

yMin

Single

Is the y coordinate of the bottom left extend of the SelectRegion window

xMax

Single

Is the x coordinate of the top right extend of the SelectRegion window

yMax

Single

Is the y coordinate of the top right extend of the SelectRegion window

 

Return value:

Boolean - True on success, false on error.

 

Example