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

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

공개 메소드들

메소드 설명
CssPrimitiveAngleValue ( double number, string unit, bool readOnly ) : System
CssPrimitiveAngleValue ( string cssText, bool readOnly ) : System
CssPrimitiveAngleValue ( string number, string unit, bool readOnly ) : System
GetFloatValue ( CssPrimitiveType unitType ) : double

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

CssPrimitiveAngleValue() 공개 메소드

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

CssPrimitiveAngleValue() 공개 메소드

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

CssPrimitiveAngleValue() 공개 메소드

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

GetFloatValue() 공개 메소드

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

_setCssText() 보호된 메소드

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