C# Class Svg2Xaml.SvgFEGaussianBlurElement

Represents an <feGaussianBlur> element.
Inheritance: SvgFilterEffectBaseElement
显示文件 Open project: jogibear9988/svg2xaml

Public Properties

Property Type Description
StdDeviation SvgLength

Public Methods

Method 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 method

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

ToBitmapEffect() public method

public ToBitmapEffect ( ) : System.Windows.Media.Effects.BitmapEffect
return System.Windows.Media.Effects.BitmapEffect

Property Details

StdDeviation public_oe property

public SvgLength,Svg2Xaml StdDeviation
return SvgLength