ImageGear .NET v25.1 - Updated
Contains Method (IImGearRectangle)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearRectangle Interface : Contains Method
The point interface.
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

Reference

IImGearRectangle Interface
IImGearRectangle Members
IImGearPoint Interface