Accusoft.ImagXpress13.Net
Contains Method (RedeyeCollection)




The RedeyeRectangle to locate.
Determines if the collection contains this RedeyeRectangle.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal rectangleItem As RedeyeRectangle _
) As Boolean
'Usage
 
Dim instance As RedeyeCollection
Dim rectangleItem As RedeyeRectangle
Dim value As Boolean
 
value = instance.Contains(rectangleItem)
public bool Contains( 
   RedeyeRectangle rectangleItem
)
public: bool Contains( 
   RedeyeRectangle* rectangleItem
) 
public:
bool Contains( 
   RedeyeRectangle^ rectangleItem
) 

Parameters

rectangleItem
The RedeyeRectangle to locate.

Return Value

true if the collection contains the specified RedeyeRectangle; otherwise, false. Implements
See Also

Reference

RedeyeCollection Class
RedeyeCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback