ImageGear .NET - Updated March 30, 2018
PointInRegion Method (ImGearROI)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearROI Class : PointInRegion Method
The x coordinate of the point.
The y coordinate of the point.
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

Reference

ImGearROI Class
ImGearROI Members