C# Class SharpVectors.Dom.Css.CssAbsPrimitiveLengthValue

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

Private Properties

Свойство Type Description
_getFontSize double
_getInLength double
_getPxLength double

Méthodes publiques

Méthode Description
CssAbsPrimitiveLengthValue ( CssPrimitiveValue cssValue, string propertyName, XmlElement element ) : System
GetFloatValue ( CssPrimitiveType unitType ) : double

Private Methods

Méthode Description
_getFontSize ( ) : double
_getInLength ( ) : double
_getPxLength ( ) : double

Method Details

CssAbsPrimitiveLengthValue() public méthode

public CssAbsPrimitiveLengthValue ( CssPrimitiveValue cssValue, string propertyName, XmlElement element ) : System
cssValue CssPrimitiveValue
propertyName string
element System.Xml.XmlElement
Résultat System

GetFloatValue() public méthode

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