C# Class Svg2Xaml.SvgDocument

Afficher le fichier Open project: jogibear9988/svg2xaml Class Usage Examples

Méthodes publiques

Свойство Type Description
Elements SvgBaseElement>.Dictionary
Options SvgReaderOptions
Root SvgSVGElement

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( ) : System.Windows.Media.DrawingImage
Résultat System.Windows.Media.DrawingImage

SvgDocument() public méthode

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

Property Details

Elements public_oe property

public Dictionary Elements
Résultat SvgBaseElement>.Dictionary

Options public_oe property

public SvgReaderOptions,Svg2Xaml Options
Résultat SvgReaderOptions

Root public_oe property

public SvgSVGElement,Svg2Xaml Root
Résultat SvgSVGElement