C# Class Svg2Xaml.SvgPathElement

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

Public Properties

Property Type Description
Data string

Public Methods

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

Method Details

GetBaseGeometry() public method

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

SvgPathElement() public method

public SvgPathElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement pathElement ) : System.Windows.Media
document SvgDocument
parent SvgBaseElement
pathElement System.Xml.Linq.XElement
return System.Windows.Media

Property Details

Data public_oe property

public string Data
return string