[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StripeCollection.CopyTo

CopyTo Method

CopyTo(Stripe[], int)

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

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

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

int arrayIndex

Zero-based index in array at which copying begins.

Implements