[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgEllipseElement

SvgEllipseElement Class

Represents a 'ellipse' element in the DOM.

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

Constructors

Name Description
SvgEllipseElement()

Initializes a new instance of the SvgEllipseElement class.

Fields

Name Description
SvgName

Gets the SVG name of SvgEllipseElement.

Properties

Name Description
CenterX

Gets or sets the horizontal center coordinate.

CenterY

Gets or sets the vertical center coordinate.

ElementName

Gets the SVG name of the current element.

RadiusX

Gets or sets the horizontal radius.

RadiusY

Gets or sets the vertical radius.