C# Class Svg2Xaml.SvgRectElement

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

Public Properties

Property Type Description
CornerRadiusX SvgLength
CornerRadiusY SvgLength
Height SvgLength
Width SvgLength
X SvgCoordinate
Y SvgCoordinate

Public Methods

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

Method Details

GetBaseGeometry() public method

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

SvgRectElement() public method

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

Property Details

CornerRadiusX public_oe property

public SvgLength,Svg2Xaml CornerRadiusX
return SvgLength

CornerRadiusY public_oe property

public SvgLength,Svg2Xaml CornerRadiusY
return SvgLength

Height public_oe property

public SvgLength,Svg2Xaml Height
return SvgLength

Width public_oe property

public SvgLength,Svg2Xaml Width
return SvgLength

X public_oe property

public SvgCoordinate,Svg2Xaml X
return SvgCoordinate

Y public_oe property

public SvgCoordinate,Svg2Xaml Y
return SvgCoordinate