PathFigureCollection.CopyTo Method
Copies the entire PathFigureCollection to a one-dimensional array of type PathFigure, starting at the specified index of the target array.
Assembly: PresentationCore (in PresentationCore.dll)
You cannot use methods in XAML.
Parameters
- array
- Type: System.Windows.Media.PathFigure[]
The array into which the collection's items are to be copied.
- index
- Type: System.Int32
The index of array at which to start copying the contents of the PathFigureCollection.
Implements
ICollection<T>.CopyTo(T[], Int32)| Exception | Condition |
|---|---|
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | index is less than zero. |
| ArgumentException | array is multidimensional. -or- The number of items in the source PathFigureCollection is greater than the available space from index to the end of the destination array. |
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.