PathEntryCollectionGetVertices Method
Return a list of distinct vertices rendered from the caller's path
entry collection.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static PlotPointCollection GetVertices(
PathEntryCollection entries,
int curveVertexCount
)
Public Shared Function GetVertices (
entries As PathEntryCollection,
curveVertexCount As Integer
) As PlotPointCollection
No code example is currently available or this language may not be supported.
- entries PathEntryCollection
-
Reference to the collection of path entries to render.
- curveVertexCount Int32
-
The number of vertices in each curve.
PlotPointCollection
Reference to a newly rendered collection of vertices corresponding
to the shape of the path.
This function only works on collections where all path entries
are using absolute values.