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

Mostrar archivo Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
SVGAngle System.Runtime.CompilerServices

Public Methods

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

Private Methods

Method Description
SVGAngle ( ) : System.Runtime.CompilerServices

Method Details

ConvertToSpecifiedUnits() public method

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

NewValueSpecifiedUnits() public method

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