C# Class Svg2Xaml.SvgCircleElement

Represents an <circle> element.
Inheritance: SvgDrawableBaseElement
显示文件 Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
CenterX SvgCoordinate
CenterY SvgCoordinate
Radius SvgLength

Public Methods

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

Method Details

GetBaseGeometry() public method

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

SvgCircleElement() public method

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

Property Details

CenterX public_oe property

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

CenterY public_oe property

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

Radius public_oe property

The circle's radius.
public SvgLength,Svg2Xaml Radius
return SvgLength