C# 클래스 Svg2Xaml.SvgFEColorMatrixElement

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

공개 메소드들

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

메소드 상세

SvgFEColorMatrixElement() 공개 메소드

public SvgFEColorMatrixElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement feColorMatrixElement ) : System.Diagnostics
document SvgDocument
parent SvgBaseElement
feColorMatrixElement System.Xml.Linq.XElement
리턴 System.Diagnostics

ToBitmapEffect() 공개 메소드

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