PolyLineOverlayCopyTo Method

CVB.Net Documentation
copy the contents of the polygon into an array starting at a given array index

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public void CopyTo(
	Point[] array,
	int arrayIndex
)

Parameters

array
Type: System.DrawingPoint
target array for the copy operation
arrayIndex
Type: SystemInt32
index at which to start filling the array

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference