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

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

공개 메소드들

메소드 설명
CssPrimitiveColorValue ( int color, bool readOnly ) : System
CssPrimitiveColorValue ( string cssText, bool readOnly ) : System
GetFloatValue ( CssPrimitiveType unitType ) : double

보호된 메소드들

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

메소드 상세

CssPrimitiveColorValue() 공개 메소드

public CssPrimitiveColorValue ( int color, bool readOnly ) : System
color int
readOnly bool
리턴 System

CssPrimitiveColorValue() 공개 메소드

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

GetFloatValue() 공개 메소드

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

_setCssText() 보호된 메소드

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