C# Class SharpVectors.Dom.Css.CssAbsPrimitiveLengthValue

Inheritance: CssPrimitiveLengthValue
Show file Open project: codebutler/savagesvg Class Usage Examples

Private Properties

Property Type Description
_getFontSize double
_getInLength double
_getPxLength double

Public Methods

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

Private Methods

Method Description
_getFontSize ( ) : double
_getInLength ( ) : double
_getPxLength ( ) : double

Method Details

CssAbsPrimitiveLengthValue() public method

public CssAbsPrimitiveLengthValue ( CssPrimitiveValue cssValue, string propertyName, XmlElement element ) : System
cssValue CssPrimitiveValue
propertyName string
element System.Xml.XmlElement
return System

GetFloatValue() public method

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