TabletDeviceCollection.CopyTo Method
Copies all elements in the current collection to the specified one-dimensional array, starting at the specified destination array index.
Namespace: System.Windows.Input
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- array
- Type: System.Windows.Input.TabletDevice[]
The one-dimensional array that is the destination of elements copied from the collection. The array must have zero-based indexing.
- index
- Type: System.Int32
The zero-based index in the array parameter where copying begins.
| Exception | Condition |
|---|---|
| ArgumentException | If index + collection count is greater than or equal to array.length. |
| ArgumentNullException | If array is null. |
| IndexOutOfRangeException | If index is less than 0 or index is greater than or equal to array.length. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.