Click or drag to resize

SvgPathSegmentListCopyTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  Svg.Pathing
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void CopyTo(
	SvgPathSegment[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: Svg.PathingSvgPathSegment
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also