C# Class Svg2Xaml.SvgDocument

显示文件 Open project: jogibear9988/svg2xaml Class Usage Examples

Public Properties

Property Type Description
Elements SvgBaseElement>.Dictionary
Options SvgReaderOptions
Root SvgSVGElement

Public Methods

Method Description
Draw ( ) : System.Windows.Media.DrawingImage
SvgDocument ( System.Xml.Linq.XElement root, SvgReaderOptions options ) : System.Collections.Generic

Method Details

Draw() public method

public Draw ( ) : System.Windows.Media.DrawingImage
return System.Windows.Media.DrawingImage

SvgDocument() public method

public SvgDocument ( System.Xml.Linq.XElement root, SvgReaderOptions options ) : System.Collections.Generic
root System.Xml.Linq.XElement
options SvgReaderOptions
return System.Collections.Generic

Property Details

Elements public_oe property

public Dictionary Elements
return SvgBaseElement>.Dictionary

Options public_oe property

public SvgReaderOptions,Svg2Xaml Options
return SvgReaderOptions

Root public_oe property

public SvgSVGElement,Svg2Xaml Root
return SvgSVGElement