PathEntryCollectionParse Method
Parse the elements in the raw SVG path string into individual plot
point records.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static PathEntryCollection Parse(
string path
)
Public Shared Function Parse (
path As String
) As PathEntryCollection
No code example is currently available or this language may not be supported.
- path String
-
Raw SVG line drawing path command.
PathEntryCollection
Collection of plot points items representing the path being drawn.