C# Class Svg2Xaml.SvgEllipseElement

Represents an <ellipse> element.
Inheritance: SvgDrawableBaseElement
Show file Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
CenterX SvgCoordinate
CenterY SvgCoordinate
RadiusX SvgLength
RadiusY SvgLength

Public Methods

Method Description
GetBaseGeometry ( ) : System.Windows.Media.Geometry
SvgEllipseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement ellipseElement ) : System.Windows

Method Details

GetBaseGeometry() public method

public GetBaseGeometry ( ) : System.Windows.Media.Geometry
return System.Windows.Media.Geometry

SvgEllipseElement() public method

public SvgEllipseElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement ellipseElement ) : System.Windows
document SvgDocument
parent SvgBaseElement
ellipseElement System.Xml.Linq.XElement
return System.Windows

Property Details

CenterX public property

public SvgCoordinate,Svg2Xaml CenterX
return SvgCoordinate

CenterY public property

public SvgCoordinate,Svg2Xaml CenterY
return SvgCoordinate

RadiusX public property

public SvgLength,Svg2Xaml RadiusX
return SvgLength

RadiusY public property

public SvgLength,Svg2Xaml RadiusY
return SvgLength