C# Class Svg2Xaml.SvgFEColorMatrixElement

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

Public Methods

Method Description
SvgFEColorMatrixElement ( SvgDocument document, SvgBaseElement parent, System.Xml.Linq.XElement feColorMatrixElement ) : System.Diagnostics
ToBitmapEffect ( ) : System.Windows.Media.Effects.BitmapEffect

Method Details

SvgFEColorMatrixElement() public method

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

ToBitmapEffect() public method

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