C# Class LayoutFarm.Ease.EaseViewport

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetHtmlDom ( ) : WebDocument
LoadHtmlString ( string rootdir, string htmlText ) : void

load html string

Print ( PixelFarm canvas ) : void
Ready ( ) : void

notify that the host is ready

Private Methods

Méthode Description
EaseViewport ( LayoutFarm viewportControl ) : System.Windows.Forms

Method Details

GetHtmlDom() public méthode

public GetHtmlDom ( ) : WebDocument
Résultat LayoutFarm.WebDom.WebDocument

LoadHtmlString() public méthode

load html string
public LoadHtmlString ( string rootdir, string htmlText ) : void
rootdir string root dir for solve other resource
htmlText string raw html text
Résultat void

Print() public méthode

public Print ( PixelFarm canvas ) : void
canvas PixelFarm
Résultat void

Ready() public méthode

notify that the host is ready
public Ready ( ) : void
Résultat void