[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPolygonElement

SvgPolygonElement Class

Represents a 'polygon' element in the DOM.

Inheritance
SvgPolygonElement
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgPolygonElement : SvgGeometryElement
Public Class SvgPolygonElement
    Inherits SvgGeometryElement

Constructors

Name Description
SvgPolygonElement()

Initializes a new instance of the SvgPolygonElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgPolygonElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

Points

Gets or sets the list of points.