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

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

공개 메소드들

메소드 설명
CssPrimitiveRgbValue ( string cssText, bool readOnly ) : System
IsColorName ( string cssText ) : bool

보호된 메소드들

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

메소드 상세

CssPrimitiveRgbValue() 공개 메소드

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

IsColorName() 공개 정적인 메소드

public static IsColorName ( string cssText ) : bool
cssText string
리턴 bool

_setCssText() 보호된 메소드

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