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

Exibir arquivo Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
SVGLength System.Runtime.CompilerServices

Public Methods

Method Description
ConvertToSpecifiedUnits ( SVGLengthType unitType ) : void
NewValueSpecifiedUnits ( SVGLengthType unitType, double valueInSpecifiedUnits ) : void

Private Methods

Method Description
SVGLength ( ) : System.Runtime.CompilerServices

Method Details

ConvertToSpecifiedUnits() public method

public ConvertToSpecifiedUnits ( SVGLengthType unitType ) : void
unitType SVGLengthType
return void

NewValueSpecifiedUnits() public method

public NewValueSpecifiedUnits ( SVGLengthType unitType, double valueInSpecifiedUnits ) : void
unitType SVGLengthType
valueInSpecifiedUnits double
return void