[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BevelCollection.CopyTo

CopyTo Method

CopyTo(Bevel[], int)

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

Declaration
public void CopyTo(Bevel[] array, int arrayIndex)
Public Sub CopyTo(array As Bevel(), arrayIndex As Integer)
Parameters
Type Name Description
Bevel[] array

One-dimension array that is the destination of the fills copied from the collection.

int arrayIndex

Zero-based index in array at which copying begins.

Implements