Copies a range of shapes from this collection to the specified one-dimensional array starting at the specified index of the target array.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void CopyTo ( |
Visual Basic
Copy Code
|
|---|
Public Sub CopyTo( _ |
A 32-bit integer that represents the index in array at which copying begins.
See Also