C# 클래스 Svg2Xaml.SvgReaderOptions

Defines a set of options to customize rendering repspectively reading of SVG documents.
파일 보기 프로젝트 열기: jogibear9988/svg2xaml 1 사용 예제들

공개 메소드들

메소드 설명
SvgReaderOptions ( ) : System.IO

Initializes a new SvgReaderOptions instance.

SvgReaderOptions ( bool ignoreEffects ) : System.IO

Initializes a new SvgReaderOptions instance.

메소드 상세

SvgReaderOptions() 공개 메소드

Initializes a new SvgReaderOptions instance.
public SvgReaderOptions ( ) : System.IO
리턴 System.IO

SvgReaderOptions() 공개 메소드

Initializes a new SvgReaderOptions instance.
public SvgReaderOptions ( bool ignoreEffects ) : System.IO
ignoreEffects bool /// Specifies whether filter effects should be applied using WPF bitmap /// effects. ///
리턴 System.IO