Accusoft.ImagXpress13.Net
CopyTo Method (RedeyeCollection)




The one-dimensional Array that is the destination of the elements copied from RedeyeRectangleCollection. The Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the entire collection to an array, starting at index of the target array.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal array() As RedeyeRectangle, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As RedeyeCollection
Dim array() As RedeyeRectangle
Dim index As Integer
 
instance.CopyTo(array, index)
public void CopyTo( 
   RedeyeRectangle[] array,
   int index
)
public: void CopyTo( 
   RedeyeRectangle*[]* array,
   int index
) 
public:
void CopyTo( 
   array<RedeyeRectangle^>^ array,
   int index
) 

Parameters

array
The one-dimensional Array that is the destination of the elements copied from RedeyeRectangleCollection. The Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
See Also

Reference

RedeyeCollection Class
RedeyeCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback