Accusoft PDF Xpress Control v6.0
CopyTo Method
A Quadrilateral array to copy elements to.
A long value which represents the index value location in the given pIQuadrilateral to start copying elements to.
Description
Copies all elements of the collection to the given array, beginning at the specified index value.
Syntax
Visual Basic
Public Sub CopyTo( _
   ByVal pIQuadrilateral As Quadrilateral, _
   ByVal Index As Long _
) 
Parameters
pIQuadrilateral
A Quadrilateral array to copy elements to.
Index
A long value which represents the index value location in the given pIQuadrilateral to start copying elements to.
Remarks

This method implements a standard collection operation. It copies elements from this collection to the given array in order, starting at element 0 in this collection. It places the elements into the array starting at the given zero-based index. This method will stop copying elements when it reaches the end of the collection or the end of the array.

See Also

QuadrilateralCollection Collection  | QuadrilateralCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback