UnicodeCharacterRangeCollection.CopyTo Method

Copies all of the elements of the current UnicodeCharacterRangeCollection collection to the specified one-dimensional array, starting at the specified destination array index.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As UnicodeCharacterRange(), _
    index As Integer _
)
'Usage
Dim instance As UnicodeCharacterRangeCollection
Dim array As UnicodeCharacterRange()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo (
    UnicodeCharacterRange[] array,
    int index
)
public:
void CopyTo (
    array<UnicodeCharacterRange^>^ array, 
    int index
)
public void CopyTo (
    UnicodeCharacterRange[] array, 
    int index
)
public function CopyTo (
    array : UnicodeCharacterRange[], 
    index : int
)
Not applicable.

Parameters

  • array
    The one-dimensional array that is the destination of elements copied from the collection. The array must have zero-based indexing.
  • index
    The zero-based index in the array parameter at which copying begins.

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

UnicodeCharacterRangeCollection Class
UnicodeCharacterRangeCollection Members
System.Windows.Ink Namespace