InputGestureCollection.CopyTo Method
.NET Framework 4
Copies all of the items in the InputGestureCollection to the specified one-dimensional array, starting at the specified index of the target array.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- inputGestures
- Type: System.Windows.Input.InputGesture[]
An array into which the collection is copied.
- index
- Type: System.Int32
The index position in the inputGestures at which copying begins.
| Exception | Condition |
|---|---|
| ArgumentNullException | inputGestures is a null. |
| ArgumentOutOfRangeException | index is less than 0. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.