[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathData

Class SvgPathData

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a sequence of instructions for drawing a path.

public class SvgPathData
Inheritance
object
SvgPathData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

ContainsOpenFigures

Gets a value indicating whether the path contains open (not closed) figures.

public bool ContainsOpenFigures { get; }

Property Value

bool

FigureCount

Gets the number of figures in the path data.

public int FigureCount { get; }

Property Value

int

HasFillingArea

Gets a value indicating whether the path has interior space for filling.

public bool HasFillingArea { get; }

Property Value

bool

Methods

ToString()

Returns a string that represents a sequence of instructions for drawing a path.

public override string ToString()

Returns

string