'Declaration Public Sub CopyTo( _
ByVal arrayThe one-dimensional System.Array that is the destination of the points copied from collection. The System.Array must have zero-based indexing.() As System.Drawing.PointF, _
ByVal arrayIndexThe zero-based index in array at which copying begins.As System.Int32 _
)
public void CopyTo(
System.Drawing.PointF[] array,
System.Int32 arrayIndex
)
public: void CopyTo(
System.Drawing.PointF[]* array,
System.Int32 arrayIndex
)
public:
void CopyTo(
array<System.Drawing.PointF>^ array,
System.Int32 arrayIndex
)
Parameters
- array
- The one-dimensional System.Array that is the destination of the points copied from collection. The System.Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.