GlyphCollection.CopyTo(Glyph[], Int32) Method

Definition

Copies the GlyphCollection values to a one-dimensional Array at the specified index.

public:
 void CopyTo(cli::array <System::Windows::Forms::Design::Behavior::Glyph ^> ^ array, int index);
public void CopyTo (System.Windows.Forms.Design.Behavior.Glyph[] array, int index);
member this.CopyTo : System.Windows.Forms.Design.Behavior.Glyph[] * int -> unit
Public Sub CopyTo (array As Glyph(), index As Integer)

Parameters

array
Glyph[]

The one-dimensional Array that is the destination of the values copied from GlyphCollection.

index
Int32

The index in array where copying begins.

Applies to