C# Class LayoutFarm.Ease.EaseViewport

ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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

Method Description
EaseViewport ( LayoutFarm viewportControl ) : System.Windows.Forms

Method Details

GetHtmlDom() public method

public GetHtmlDom ( ) : WebDocument
return LayoutFarm.WebDom.WebDocument

LoadHtmlString() public method

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

Print() public method

public Print ( PixelFarm canvas ) : void
canvas PixelFarm
return void

Ready() public method

notify that the host is ready
public Ready ( ) : void
return void