ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearRectangle Interface / Contains Method
The point interface.




In This Topic
    Contains Method (IImGearRectangle)
    In This Topic
    Checks if the specified point’s coordinates are inside of the rectangle.
    Syntax
    'Declaration
     
    Function Contains( _
       ByVal point As IImGearPoint _
    ) As Boolean
    'Usage
     
    Dim instance As IImGearRectangle
    Dim point As IImGearPoint
    Dim value As Boolean
     
    value = instance.Contains(point)
    bool Contains( 
       IImGearPoint point
    )
    bool Contains( 
       IImGearPoint* point
    ) 
    bool Contains( 
       IImGearPoint^ point
    ) 

    Parameters

    point
    The point interface.

    Return Value

    Boolean value.
    See Also