C# Class SharpVectors.Dom.Svg.SvgWindow

Inheritance: ISvgWindow
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SvgWindow ( long innerWidth, long innerHeight ) : System

Method Details

Alert() public méthode

public Alert ( string message ) : void
message string
Résultat void

CreateEmptySvgDocument() public méthode

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
Résultat SvgDocument

ParseXML() public méthode

public ParseXML ( string source, XmlDocument document ) : XmlDocumentFragment
source string
document System.Xml.XmlDocument
Résultat System.Xml.XmlDocumentFragment

PrintNode() public méthode

public PrintNode ( System node ) : string
node System
Résultat string

Resize() public méthode

This is expected to be called by the host
public Resize ( int innerWidth, int innerHeight ) : void
innerWidth int
innerHeight int
Résultat void

SvgWindow() public méthode

public SvgWindow ( SvgWindow parentWindow, long innerWidth, long innerHeight ) : System
parentWindow SvgWindow
innerWidth long
innerHeight long
Résultat System

SvgWindow() public méthode

public SvgWindow ( long innerWidth, long innerHeight, ISvgRenderer renderer ) : System
innerWidth long
innerHeight long
renderer ISvgRenderer
Résultat System