[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgLineElement

SvgLineElement Class

Corresponds to the 'line' element in the DOM.

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

Constructors

Name Description
SvgLineElement()

Initializes a new instance of the SvgLineElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgLineElement.

Properties

Name Description
ElementName

Gets the SVG name of the current element.

X1

Gets or sets the horizontal coordinate of the first point.

X2

Gets or sets the horizontal coordinate of the second point.

Y1

Gets or sets the vertical coordinate of the first point.

Y2

Gets or sets the vertical coordinate of the second point.