C# Class Svg2Xaml.SvgEllipseElement

Represents an <ellipse> element.
Inheritance: SvgDrawableBaseElement
显示文件 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_oe property

public SvgCoordinate,Svg2Xaml CenterX
return SvgCoordinate

CenterY public_oe property

public SvgCoordinate,Svg2Xaml CenterY
return SvgCoordinate

RadiusX public_oe property

public SvgLength,Svg2Xaml RadiusX
return SvgLength

RadiusY public_oe property

public SvgLength,Svg2Xaml RadiusY
return SvgLength