PointCollection::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see ICollection::CopyTo.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- array
-
Type:
System::Array^
A zero-based Array that receives the copied items from the PointCollection.
- index
-
Type:
System::Int32
The first position in the specified Array to receive the copied contents.
Implements
ICollection::CopyTo(Array^, Int32)This member is an explicit interface member implementation. It can be used only when the PointCollection instance is cast to an ICollection interface.
.NET Framework
Available since 3.0
Available since 3.0
Show: