C# Class Svg2Xaml.SvgEllipseElement

Represents an <ellipse> element.
Inheritance: SvgDrawableBaseElement
Afficher le fichier Open project: jogibear9988/svg2xaml

Méthodes publiques

Свойство Type Description
CenterX SvgCoordinate
CenterY SvgCoordinate
RadiusX SvgLength
RadiusY SvgLength

Méthodes publiques

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

Method Details

GetBaseGeometry() public méthode

public GetBaseGeometry ( ) : System.Windows.Media.Geometry
Résultat System.Windows.Media.Geometry

SvgEllipseElement() public méthode

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

Property Details

CenterX public_oe property

public SvgCoordinate,Svg2Xaml CenterX
Résultat SvgCoordinate

CenterY public_oe property

public SvgCoordinate,Svg2Xaml CenterY
Résultat SvgCoordinate

RadiusX public_oe property

public SvgLength,Svg2Xaml RadiusX
Résultat SvgLength

RadiusY public_oe property

public SvgLength,Svg2Xaml RadiusY
Résultat SvgLength