ImageGear .NET v25.1 - Updated
PointInRegion Method (ImGearROI)




ImageGear.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)
public abstract bool PointInRegion( 
   int coordinateX,
   int coordinateY
)
public: abstract bool PointInRegion( 
   int coordinateX,
   int coordinateY
) 
public:
abstract bool PointInRegion( 
   int coordinateX,
   int 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