GetSelectRegionBorders

Top  Previous  Next

 

GetSelectRegionBorders (Method)

 

Returns the extents of the SelectRegion

 

Syntax:

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

 

The GetSelectRegionBorders method syntax consists of the following:

Parameter

Data Type

Description

xMin

Single

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

yMin

Single

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

xMax

Single

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

yMax

Single

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

 

Return value:

Boolean - True on success, false on error.

 

Example