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

The CSSUnknownRule interface represents an at-rule not supported by this user agent.
상속: CssRule, ICssUnknownRule
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

비공개 메소드들

메소드 설명
CssUnknownRule ( object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : System

The constructor for CssUnknownRule

Parse ( string &css, object parent, bool readOnly, string replacedStrings, CssStyleSheetType origin ) : CssRule