C# Class SharpVectors.Dom.Css.CssPrimitiveLengthValue

Inheritance: CssPrimitiveValue
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
CssPrimitiveLengthValue ( double number, string unit, bool readOnly ) : System
CssPrimitiveLengthValue ( string cssText, bool readOnly ) : System
CssPrimitiveLengthValue ( string number, string unit, bool readOnly ) : System
GetAbsoluteValue ( string propertyName, XmlElement elm ) : CssValue
GetFloatValue ( CssPrimitiveType unitType ) : double

Méthodes protégées

Méthode Description
CssPrimitiveLengthValue ( ) : System
_setCssText ( string cssText ) : void

Private Methods

Méthode Description
_getInLength ( ) : double
_getPxLength ( ) : double
_setType ( string unit ) : void

Method Details

CssPrimitiveLengthValue() protected méthode

protected CssPrimitiveLengthValue ( ) : System
Résultat System

CssPrimitiveLengthValue() public méthode

public CssPrimitiveLengthValue ( double number, string unit, bool readOnly ) : System
number double
unit string
readOnly bool
Résultat System

CssPrimitiveLengthValue() public méthode

public CssPrimitiveLengthValue ( string cssText, bool readOnly ) : System
cssText string
readOnly bool
Résultat System

CssPrimitiveLengthValue() public méthode

public CssPrimitiveLengthValue ( string number, string unit, bool readOnly ) : System
number string
unit string
readOnly bool
Résultat System

GetAbsoluteValue() public méthode

public GetAbsoluteValue ( string propertyName, XmlElement elm ) : CssValue
propertyName string
elm System.Xml.XmlElement
Résultat CssValue

GetFloatValue() public méthode

public GetFloatValue ( CssPrimitiveType unitType ) : double
unitType CssPrimitiveType
Résultat double

_setCssText() protected méthode

protected _setCssText ( string cssText ) : void
cssText string
Résultat void