[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgGeometryElement

Class SvgGeometryElement

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

Represents SVG elements whose rendering is defined by geometry with an equivalent path. This includes paths and the basic shapes.

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

Constructors

SvgGeometryElement(SvgElementType)

Initializes a new instance of the SvgGeometryElement class.

protected SvgGeometryElement(SvgElementType elementType)

Parameters

elementType SvgElementType

Properties

PathLength

Gets or sets the author's computation of the total length of the path.

public float? PathLength { get; set; }

Property Value

float?