VisualCollection::CopyTo Method (array<Visual^>^, Int32)

 

Copies the current collection into the passed Visual array.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
void CopyTo(
	array<Visual^>^ array,
	int index
)

Parameters

array
Type: array<System.Windows.Media::Visual^>^

An array of Visual objects (which must have zero-based indexing).

index
Type: System::Int32

The index to start copying from within array.

.NET Framework
Available since 3.0
Return to top
Show: