C# Class Svg2Xaml.SvgCircleElement

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

GetBaseGeometry() public méthode

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

SvgCircleElement() public méthode

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

Property Details

CenterX public_oe property

The x-coordinate of the circle's center.
public SvgCoordinate,Svg2Xaml CenterX
Résultat SvgCoordinate

CenterY public_oe property

The y-coordinate of the circle's center.
public SvgCoordinate,Svg2Xaml CenterY
Résultat SvgCoordinate

Radius public_oe property

The circle's radius.
public SvgLength,Svg2Xaml Radius
Résultat SvgLength