PathEntryCollectionParse Method

Parse the elements in the raw SVG path string into individual plot point records.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static PathEntryCollection Parse(
	string path
)

Parameters

path  String
Raw SVG line drawing path command.

Return Value

PathEntryCollection
Collection of plot points items representing the path being drawn.

See Also