Accusoft.ImagXpress13.Net
Insert Method (RedeyeCollection)




The zero-based index at which the RedeyeRectangle should be inserted.
The RedeyeRectangle to be inserted.
Inserts a RedeyeRectangle at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal rectangleItem As RedeyeRectangle _
) 
'Usage
 
Dim instance As RedeyeCollection
Dim index As Integer
Dim rectangleItem As RedeyeRectangle
 
instance.Insert(index, rectangleItem)
public void Insert( 
   int index,
   RedeyeRectangle rectangleItem
)
public: void Insert( 
   int index,
   RedeyeRectangle* rectangleItem
) 
public:
void Insert( 
   int index,
   RedeyeRectangle^ rectangleItem
) 

Parameters

index
The zero-based index at which the RedeyeRectangle should be inserted.
rectangleItem
The RedeyeRectangle to be inserted.
See Also

Reference

RedeyeCollection Class
RedeyeCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback