GlyphCollection::CopyTo Method (array<Glyph^>^, Int32)

 

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

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

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

Parameters

array
Type: array<System.Windows.Forms.Design.Behavior::Glyph^>^

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

index
Type: System::Int32

The index in array where copying begins.

.NET Framework
Available since 2.0
Return to top
Show: