ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Contains Method
The point.




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

    Parameters

    point
    The point.

    Return Value

    Boolean value.
    See Also