C# Class Svg2Xaml.SvgLength

Afficher le fichier Open project: jogibear9988/svg2xaml Class Usage Examples

Méthodes publiques

Свойство Type Description
Unit string
Value double

Méthodes publiques

Méthode Description
Parse ( string value ) : SvgLength
SvgLength ( double value ) : System
SvgLength ( double value, string unit ) : System
ToDouble ( ) : double

Method Details

Parse() public static méthode

public static Parse ( string value ) : SvgLength
value string
Résultat SvgLength

SvgLength() public méthode

public SvgLength ( double value ) : System
value double
Résultat System

SvgLength() public méthode

public SvgLength ( double value, string unit ) : System
value double
unit string
Résultat System

ToDouble() public méthode

public ToDouble ( ) : double
Résultat double

Property Details

Unit public_oe property

public string Unit
Résultat string

Value public_oe property

public double Value
Résultat double