ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearROIRectangle Class / PointInRegion Method
The x value of the point.
The y value of the point.




In This Topic
    PointInRegion Method (ImGearROIRectangle)
    In This Topic
    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