GeometryCollection.CopyTo(Geometry[], Int32) Method

Definition

Copies all of the Geometry objects in a collection to a specified array.

public:
 virtual void CopyTo(cli::array <System::Windows::Media::Geometry ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Geometry[] array, int index);
abstract member CopyTo : System.Windows.Media.Geometry[] * int -> unit
override this.CopyTo : System.Windows.Media.Geometry[] * int -> unit
Public Sub CopyTo (array As Geometry(), index As Integer)

Parameters

array
Geometry[]

Identifies the array to which content is copied.

index
Int32

Index position in the array to which the contents of the collection are copied.

Implements

Applies to