C# 클래스 SharpVectors.Dom.Svg.SvgWindow

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

공개 메소드들

메소드 설명
Alert ( string message ) : void
CreateEmptySvgDocument ( ) : SvgDocument

Create and assign an empty SvgDocument to this window. This is needed only in situations where the library user needs to create an SVG DOM tree outside of the usual LoadSvgDocument mechanism.

ParseXML ( string source, XmlDocument document ) : XmlDocumentFragment
PrintNode ( System node ) : string
Resize ( int innerWidth, int innerHeight ) : void

This is expected to be called by the host

SvgWindow ( SvgWindow parentWindow, long innerWidth, long innerHeight ) : System
SvgWindow ( long innerWidth, long innerHeight, ISvgRenderer renderer ) : System

비공개 메소드들

메소드 설명
SvgWindow ( long innerWidth, long innerHeight ) : System

메소드 상세

Alert() 공개 메소드

public Alert ( string message ) : void
message string
리턴 void

CreateEmptySvgDocument() 공개 메소드

Create and assign an empty SvgDocument to this window. This is needed only in situations where the library user needs to create an SVG DOM tree outside of the usual LoadSvgDocument mechanism.
public CreateEmptySvgDocument ( ) : SvgDocument
리턴 SvgDocument

ParseXML() 공개 메소드

public ParseXML ( string source, XmlDocument document ) : XmlDocumentFragment
source string
document System.Xml.XmlDocument
리턴 System.Xml.XmlDocumentFragment

PrintNode() 공개 메소드

public PrintNode ( System node ) : string
node System
리턴 string

Resize() 공개 메소드

This is expected to be called by the host
public Resize ( int innerWidth, int innerHeight ) : void
innerWidth int
innerHeight int
리턴 void

SvgWindow() 공개 메소드

public SvgWindow ( SvgWindow parentWindow, long innerWidth, long innerHeight ) : System
parentWindow SvgWindow
innerWidth long
innerHeight long
리턴 System

SvgWindow() 공개 메소드

public SvgWindow ( long innerWidth, long innerHeight, ISvgRenderer renderer ) : System
innerWidth long
innerHeight long
renderer ISvgRenderer
리턴 System