Accusoft.ImagXpress13.Net
Add Method (RedeyeCollection)




The rectangle item.
Adds the specified rectangle item.
Syntax
'Declaration
 
Public Function Add( _
   ByVal rectangleItem As RedeyeRectangle _
) As Integer
'Usage
 
Dim instance As RedeyeCollection
Dim rectangleItem As RedeyeRectangle
Dim value As Integer
 
value = instance.Add(rectangleItem)
public int Add( 
   RedeyeRectangle rectangleItem
)
public: int Add( 
   RedeyeRectangle* rectangleItem
) 
public:
int Add( 
   RedeyeRectangle^ rectangleItem
) 

Parameters

rectangleItem
The rectangle item.

Return Value

The index at which the value has been added.
Remarks

Note: Available in Professional edition.

See Also

Reference

RedeyeCollection Class
RedeyeCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback