Click or drag to resize

SvgPathSegmentListRemove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  Svg.Pathing
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool Remove(
	SvgPathSegment item
)
Request Example View Source

Parameters

item
Type: Svg.PathingSvgPathSegment

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also