C# Class Svg2Xaml.SvgReaderOptions

Defines a set of options to customize rendering repspectively reading of SVG documents.
Afficher le fichier Open project: jogibear9988/svg2xaml Class Usage Examples

Méthodes publiques

Méthode Description
SvgReaderOptions ( ) : System.IO

Initializes a new SvgReaderOptions instance.

SvgReaderOptions ( bool ignoreEffects ) : System.IO

Initializes a new SvgReaderOptions instance.

Method Details

SvgReaderOptions() public méthode

Initializes a new SvgReaderOptions instance.
public SvgReaderOptions ( ) : System.IO
Résultat System.IO

SvgReaderOptions() public méthode

Initializes a new SvgReaderOptions instance.
public SvgReaderOptions ( bool ignoreEffects ) : System.IO
ignoreEffects bool /// Specifies whether filter effects should be applied using WPF bitmap /// effects. ///
Résultat System.IO