Svg2Xaml.SvgFEColorMatrixElement.ToBitmapEffect C# (CSharp) Method

ToBitmapEffect() public method

public ToBitmapEffect ( ) : System.Windows.Media.Effects.BitmapEffect
return System.Windows.Media.Effects.BitmapEffect
        public override BitmapEffect ToBitmapEffect()
        {
            Debug.WriteLine("feColorMatrix is not supported yet!");
              return null;
        }