Accusoft.ImagXpressSdk Namespace > RedeyeCollection Class : CopyTo Method |
'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 )