C# Class SharpVectors.Dom.Css.CssPrimitiveAngleValue

Inheritance: CssPrimitiveValue
Exibir arquivo Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
CssPrimitiveAngleValue ( double number, string unit, bool readOnly ) : System
CssPrimitiveAngleValue ( string cssText, bool readOnly ) : System
CssPrimitiveAngleValue ( string number, string unit, bool readOnly ) : System
GetFloatValue ( CssPrimitiveType unitType ) : double

Protected Methods

Method Description
_setCssText ( string cssText ) : void

Private Methods

Method Description
_getDegAngle ( ) : double
_setType ( string unit ) : void

Method Details

CssPrimitiveAngleValue() public method

public CssPrimitiveAngleValue ( double number, string unit, bool readOnly ) : System
number double
unit string
readOnly bool
return System

CssPrimitiveAngleValue() public method

public CssPrimitiveAngleValue ( string cssText, bool readOnly ) : System
cssText string
readOnly bool
return System

CssPrimitiveAngleValue() public method

public CssPrimitiveAngleValue ( string number, string unit, bool readOnly ) : System
number string
unit string
readOnly bool
return System

GetFloatValue() public method

public GetFloatValue ( CssPrimitiveType unitType ) : double
unitType CssPrimitiveType
return double

_setCssText() protected method

protected _setCssText ( string cssText ) : void
cssText string
return void