C# 클래스 SharpVectors.Dom.Css.CssAbsPrimitiveLengthValue

상속: CssPrimitiveLengthValue
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

Private Properties

프로퍼티 타입 설명
_getFontSize double
_getInLength double
_getPxLength double

공개 메소드들

메소드 설명
CssAbsPrimitiveLengthValue ( CssPrimitiveValue cssValue, string propertyName, XmlElement element ) : System
GetFloatValue ( CssPrimitiveType unitType ) : double

비공개 메소드들

메소드 설명
_getFontSize ( ) : double
_getInLength ( ) : double
_getPxLength ( ) : double

메소드 상세

CssAbsPrimitiveLengthValue() 공개 메소드

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

GetFloatValue() 공개 메소드

public GetFloatValue ( CssPrimitiveType unitType ) : double
unitType CssPrimitiveType
리턴 double