[]
Represents a sequence of instructions for drawing a path.
public class SvgPathData
Gets a value indicating whether the path contains open (not closed) figures.
public bool ContainsOpenFigures { get; }
Gets the number of figures in the path data.
public int FigureCount { get; }
Gets a value indicating whether the path has interior space for filling.
public bool HasFillingArea { get; }
Returns a string that represents a sequence of instructions for drawing a path.
public override string ToString()