ImageGear .NET v24.14 - Updated
Contains Method (ImGearRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearRectangle Structure : Contains Method
The point.
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

Reference

ImGearRectangle Structure
ImGearRectangle Members
ImGearPoint Structure