C# Class Svg2Xaml.SvgViewbox

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

Public Methods

Method Description
Parse ( string value ) : SvgViewbox
Process ( ) : System.Windows.Media.GeometryDrawing
SvgViewbox ( Rect value ) : System

Method Details

Parse() public static method

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

Process() public method

public Process ( ) : System.Windows.Media.GeometryDrawing
return System.Windows.Media.GeometryDrawing

SvgViewbox() public method

public SvgViewbox ( Rect value ) : System
value System.Windows.Rect
return System