ImageGear .NET - Updated October 2, 2018
PointInRegion Method (ImGearROIRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearROIRectangle Class : PointInRegion Method
The x value of the point.
The y value of the point.
Checks whether or not the specified point is in the ROI.
Syntax
'Declaration
 
Public Overrides NotOverridable Function PointInRegion( _
   ByVal coordinateX As Integer, _
   ByVal coordinateY As Integer _
) As Boolean
 
'Usage
 
Dim instance As ImGearROIRectangle
Dim coordinateX As Integer
Dim coordinateY As Integer
Dim value As Boolean
 
value = instance.PointInRegion(coordinateX, coordinateY)

Parameters

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

Return Value

Boolean value.
See Also

Reference

ImGearROIRectangle Class
ImGearROIRectangle Members
ImGearROIMask Class