←Select platform

CopyTo Method

Summary

Copies the elements of the ExObjData to an array, starting at the specified index.

Syntax
C#
C++/CLI
Python
public void CopyTo( 
   ExObjResult[] array, 
   int arrayIndex 
) 
public:  
   void CopyTo( 
      array<ExObjResult^>^ array, 
      Int32 arrayIndex 
   ) 
def CopyTo(self,] array,arrayIndex): 

Parameters

array

A one-dimensional array that is the destination for the copied elements.

arrayIndex

A zero-based index into the array at which copying begins.

Remarks

The copied ExObjResult objects will still be freed when Dispose() is called.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.