C# 클래스 Svg2Xaml.SvgDocument

파일 보기 프로젝트 열기: jogibear9988/svg2xaml 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Elements SvgBaseElement>.Dictionary
Options SvgReaderOptions
Root SvgSVGElement

공개 메소드들

메소드 설명
Draw ( ) : System.Windows.Media.DrawingImage
SvgDocument ( System.Xml.Linq.XElement root, SvgReaderOptions options ) : System.Collections.Generic

메소드 상세

Draw() 공개 메소드

public Draw ( ) : System.Windows.Media.DrawingImage
리턴 System.Windows.Media.DrawingImage

SvgDocument() 공개 메소드

public SvgDocument ( System.Xml.Linq.XElement root, SvgReaderOptions options ) : System.Collections.Generic
root System.Xml.Linq.XElement
options SvgReaderOptions
리턴 System.Collections.Generic

프로퍼티 상세

Elements 공개적으로 프로퍼티

public Dictionary Elements
리턴 SvgBaseElement>.Dictionary

Options 공개적으로 프로퍼티

public SvgReaderOptions,Svg2Xaml Options
리턴 SvgReaderOptions

Root 공개적으로 프로퍼티

public SvgSVGElement,Svg2Xaml Root
리턴 SvgSVGElement