[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathElement

Class SvgPathElement

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

Represents the outline of a shape which can be filled or stroked.

public class SvgPathElement : SvgGeometryElement
Inheritance
object
SvgPathElement
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgPathElement()

Initializes a new instance of the SvgPathElement class.

public SvgPathElement()

Fields

SvgName

Gets the SVG name of SvgPathElement.

public const string SvgName = "path"

Field Value

string

Properties

ElementName

Gets the SVG name of the current element.

public override string ElementName { get; }

Property Value

string

PathData

Gets or sets the object with a sequence of instructions for drawing a path.

public SvgPathData PathData { get; set; }

Property Value

SvgPathData