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




In This Topic
    PointInRegion Method (ImGearROIMask)
    In This Topic
    Checks whether 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 ImGearROIMask
    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 coordinate of the point.
    coordinateY
    The y coordinate of the point.

    Return Value

    Boolean value.
    See Also