Method CopyTo
CopyTo(BezierKnot[], int)
Copies the contents of the knot list to an array starting at an index.
Declaration
public void CopyTo(BezierKnot[] array, int arrayIndex)
Parameters
Type | Name | Description |
---|---|---|
BezierKnot[] | array | The destination array to place the copied item in. |
int | arrayIndex | The zero-based index to copy. |