←Select platform

CopyTo Method

Summary

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

Syntax
C#
C++/CLI
Python
public virtual void CopyTo( 
   ExObjOutlinePoint[] array, 
   int arrayIndex 
) 
public:  
   virtual void CopyTo( 
      array<ExObjOutlinePoint^>^ array, 
      Int32 arrayIndex 
   ) 
def CopyTo(self,] array,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 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.