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

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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CssPrimitiveLengthValue ( ) : System
_setCssText ( string cssText ) : void

비공개 메소드들

메소드 설명
_getInLength ( ) : double
_getPxLength ( ) : double
_setType ( string unit ) : void

메소드 상세

CssPrimitiveLengthValue() 보호된 메소드

protected CssPrimitiveLengthValue ( ) : System
리턴 System

CssPrimitiveLengthValue() 공개 메소드

public CssPrimitiveLengthValue ( double number, string unit, bool readOnly ) : System
number double
unit string
readOnly bool
리턴 System

CssPrimitiveLengthValue() 공개 메소드

public CssPrimitiveLengthValue ( string cssText, bool readOnly ) : System
cssText string
readOnly bool
리턴 System

CssPrimitiveLengthValue() 공개 메소드

public CssPrimitiveLengthValue ( string number, string unit, bool readOnly ) : System
number string
unit string
readOnly bool
리턴 System

GetAbsoluteValue() 공개 메소드

public GetAbsoluteValue ( string propertyName, XmlElement elm ) : CssValue
propertyName string
elm System.Xml.XmlElement
리턴 CssValue

GetFloatValue() 공개 메소드

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

_setCssText() 보호된 메소드

protected _setCssText ( string cssText ) : void
cssText string
리턴 void