C# Class Svg2Xaml.SvgLength

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

Public Properties

Property Type Description
Unit string
Value double

Public Methods

Method Description
Parse ( string value ) : SvgLength
SvgLength ( double value ) : System
SvgLength ( double value, string unit ) : System
ToDouble ( ) : double

Method Details

Parse() public static method

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

SvgLength() public method

public SvgLength ( double value ) : System
value double
return System

SvgLength() public method

public SvgLength ( double value, string unit ) : System
value double
unit string
return System

ToDouble() public method

public ToDouble ( ) : double
return double

Property Details

Unit public_oe property

public string Unit
return string

Value public_oe property

public double Value
return double