Click or drag to resize

SvgPathSegmentListInsert Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  Svg.Pathing
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Insert(
	int index,
	SvgPathSegment item
)
Request Example View Source

Parameters

index
Type: SystemInt32
item
Type: Svg.PathingSvgPathSegment

Implements

IListTInsert(Int32, T)
See Also