PathEntryCollectionGetVertices Method

Return a list of distinct vertices rendered from the caller's path entry collection.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static PlotPointCollection GetVertices(
	PathEntryCollection entries,
	int curveVertexCount
)

Parameters

entries  PathEntryCollection
Reference to the collection of path entries to render.
curveVertexCount  Int32
The number of vertices in each curve.

Return Value

PlotPointCollection
Reference to a newly rendered collection of vertices corresponding to the shape of the path.

Remarks

This function only works on collections where all path entries are using absolute values.

See Also