Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGeometryElement Class
Members

In This Topic
    SvgGeometryElement Class
    In This Topic
    Represents SVG elements whose rendering is defined by geometry with an equivalent path. This includes paths and the basic shapes.
    Object Model
    SvgGeometryElement Class
    Syntax
    'Declaration
     
    Public MustInherit Class SvgGeometryElement 
       Inherits SvgGraphicsElement
    public abstract class SvgGeometryElement : SvgGraphicsElement 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Svg.SvgElement
          GrapeCity.Documents.Svg.SvgGraphicsElement
             GrapeCity.Documents.Svg.SvgGeometryElement
                GrapeCity.Documents.Svg.SvgCircleElement
                GrapeCity.Documents.Svg.SvgEllipseElement
                GrapeCity.Documents.Svg.SvgLineElement
                GrapeCity.Documents.Svg.SvgPathElement
                GrapeCity.Documents.Svg.SvgPolygonElement
                GrapeCity.Documents.Svg.SvgPolylineElement
                GrapeCity.Documents.Svg.SvgRectElement

    See Also