←Select platform

CopyTo Method

Summary

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

Syntax
C#
VB
C++
public virtual void CopyTo( 
   ExObjSegment[] array, 
   int arrayIndex 
) 
Public Overridable Sub CopyTo( 
   ByVal array() As ExObjSegment, 
   ByVal arrayIndex As Integer 
) 
public:  
   virtual void CopyTo( 
      array<ExObjSegment^>^ array, 
      Int32 arrayIndex 
   ) 

Parameters

array

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

arrayIndex

A zero-based index in array at which copying begins.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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