 | PdfLinePointCollectionTCopyTo Method |
Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void CopyTo(
FS_POINTF[] array,
int arrayIndex
)
Public Sub CopyTo (
array As FS_POINTF(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<FS_POINTF>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : FS_POINTF[] *
arrayIndex : int -> unit
override CopyTo :
array : FS_POINTF[] *
arrayIndex : int -> unit
public final void CopyTo(
FS_POINTF[] array,
int arrayIndex
)
function CopyTo(array, arrayIndex);
Parameters
- array FS_POINTF
- The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.
- arrayIndex Int32
- The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
See Also