C# Class Svg2Xaml.SvgFEGaussianBlurElement

Represents an <feGaussianBlur> element.
Inheritance: SvgFilterEffectBaseElement
Afficher le fichier Open project: jogibear9988/svg2xaml

Méthodes publiques

Свойство Type Description
StdDeviation SvgLength

Méthodes publiques

Méthode Description
SvgFEGaussianBlurElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement feGaussianBlurElement ) : System.Windows.Media.Effects
ToBitmapEffect ( ) : System.Windows.Media.Effects.BitmapEffect

Method Details

SvgFEGaussianBlurElement() public méthode

public SvgFEGaussianBlurElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement feGaussianBlurElement ) : System.Windows.Media.Effects
document SvgDocument
parent SvgBaseElement
feGaussianBlurElement System.Xml.Linq.XElement
Résultat System.Windows.Media.Effects

ToBitmapEffect() public méthode

public ToBitmapEffect ( ) : System.Windows.Media.Effects.BitmapEffect
Résultat System.Windows.Media.Effects.BitmapEffect

Property Details

StdDeviation public_oe property

public SvgLength,Svg2Xaml StdDeviation
Résultat SvgLength