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




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

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