C# 클래스 OxyPlot.Tests.SvgAssert

Provides methods to assert against the svg schema.
파일 보기 프로젝트 열기: andreasjacobsen93/XamarinThirdpartySamples 1 사용 예제들

공개 메소드들

메소드 설명
IsValidDocument ( string content ) : void

Asserts that the specified string is a valid svg document (including ?xml and !DOCTYPE).

IsValidElement ( string content ) : void

Asserts that the specified string is a valid svg element (...).

IsValidFile ( string path ) : void

Asserts that the specified file is a valid svg file.

메소드 상세

IsValidDocument() 공개 정적인 메소드

Asserts that the specified string is a valid svg document (including ?xml and !DOCTYPE).
public static IsValidDocument ( string content ) : void
content string The svg document.
리턴 void

IsValidElement() 공개 정적인 메소드

Asserts that the specified string is a valid svg element (...).
public static IsValidElement ( string content ) : void
content string The svg element.
리턴 void

IsValidFile() 공개 정적인 메소드

Asserts that the specified file is a valid svg file.
public static IsValidFile ( string path ) : void
path string The path to the svg file.
리턴 void