Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies all of the elements in the current UnicodeCharacterRangeCollection to a 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 function CopyTo(
array : UnicodeCharacterRange[],
index : int
)
Parameters
array
Type: array<System.Windows.Ink.UnicodeCharacterRange[]This one-dimensional array is the destination for elements copied from the collection. The array must have zero-based indexing.
index
Type: System.Int32The zero-based index in the array parameter where copying begins.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
UnicodeCharacterRangeCollection Class