C# 클래스 Svg2Xaml.SvgFEGaussianBlurElement

Represents an <feGaussianBlur> element.
상속: SvgFilterEffectBaseElement
파일 보기 프로젝트 열기: jogibear9988/svg2xaml

공개 프로퍼티들

프로퍼티 타입 설명
StdDeviation SvgLength

공개 메소드들

메소드 설명
SvgFEGaussianBlurElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement feGaussianBlurElement ) : System.Windows.Media.Effects
ToBitmapEffect ( ) : System.Windows.Media.Effects.BitmapEffect

메소드 상세

SvgFEGaussianBlurElement() 공개 메소드

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

ToBitmapEffect() 공개 메소드

public ToBitmapEffect ( ) : System.Windows.Media.Effects.BitmapEffect
리턴 System.Windows.Media.Effects.BitmapEffect

프로퍼티 상세

StdDeviation 공개적으로 프로퍼티

public SvgLength,Svg2Xaml StdDeviation
리턴 SvgLength