C# Class System.Html.Media.Graphics.SVG.SVGLength

Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
SVGLength System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
ConvertToSpecifiedUnits ( SVGLengthType unitType ) : void
NewValueSpecifiedUnits ( SVGLengthType unitType, double valueInSpecifiedUnits ) : void

Private Methods

Méthode Description
SVGLength ( ) : System.Runtime.CompilerServices

Method Details

ConvertToSpecifiedUnits() public méthode

public ConvertToSpecifiedUnits ( SVGLengthType unitType ) : void
unitType SVGLengthType
Résultat void

NewValueSpecifiedUnits() public méthode

public NewValueSpecifiedUnits ( SVGLengthType unitType, double valueInSpecifiedUnits ) : void
unitType SVGLengthType
valueInSpecifiedUnits double
Résultat void