C# Class Svg2Xaml.SvgCoordinate

A coordinate.
Inheritance: SvgLength
Mostra file Open project: jogibear9988/svg2xaml Class Usage Examples

Public Methods

Method Description
Parse ( string value ) : SvgCoordinate
SvgCoordinate ( double value )
SvgCoordinate ( double value, string unit )

Method Details

Parse() public static method

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

SvgCoordinate() public method

public SvgCoordinate ( double value )
value double

SvgCoordinate() public method

public SvgCoordinate ( double value, string unit )
value double
unit string