ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROI Class / PointInRegion Method
The x coordinate of the point.
The y coordinate of the point.




In This Topic
PointInRegion Method (ImGearROI)
In This Topic
Checks whether or not the specified point is in the ROI.
Syntax
'Declaration
 
Public MustOverride Function PointInRegion( _
   ByVal coordinateX As Integer, _
   ByVal coordinateY As Integer _
) As Boolean
 
'Usage
 
Dim instance As ImGearROI
Dim coordinateX As Integer
Dim coordinateY As Integer
Dim value As Boolean
 
value = instance.PointInRegion(coordinateX, coordinateY)

Parameters

coordinateX
The x coordinate of the point.
coordinateY
The y coordinate of the point.

Return Value

Boolean value.
See Also