C# Class Svg2Xaml.SvgPaint

显示文件 Open project: jogibear9988/svg2xaml Class Usage Examples

Public Methods

Method Description
Parse ( string value ) : SvgPaint
ToBrush ( SvgBaseElement element ) : System.Windows.Media.Brush

Method Details

Parse() public static method

public static Parse ( string value ) : SvgPaint
value string
return SvgPaint

ToBrush() public abstract method

public abstract ToBrush ( SvgBaseElement element ) : System.Windows.Media.Brush
element SvgBaseElement
return System.Windows.Media.Brush