ImageGear for .NET
Contains Method (ImGearRectangle)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback