Spread Windows Forms 6.0 Product Documentation
CopyTo Method
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > BevelCollection Class : CopyTo Method


array
One-dimension array that is the destination of the fills copied from the collection.
arrayIndex
Zero-based index in array at which copying begins.

Glossary Item Box

Copies the bevels in the collection to an array, starting at the specified array index.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal array() As Bevel, _
   ByVal arrayIndex As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As BevelCollection
Dim array() As Bevel
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
C# 
public void CopyTo( 
   Bevel[] array,
   int arrayIndex
)

Parameters

array
One-dimension array that is the destination of the fills copied from the collection.
arrayIndex
Zero-based index in array at which copying begins.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.