C# 클래스 LayoutFarm.Ease.EaseViewport

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
GetHtmlDom ( ) : WebDocument
LoadHtmlString ( string rootdir, string htmlText ) : void

load html string

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

notify that the host is ready

비공개 메소드들

메소드 설명
EaseViewport ( LayoutFarm viewportControl ) : System.Windows.Forms

메소드 상세

GetHtmlDom() 공개 메소드

public GetHtmlDom ( ) : WebDocument
리턴 LayoutFarm.WebDom.WebDocument

LoadHtmlString() 공개 메소드

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

Print() 공개 메소드

public Print ( PixelFarm canvas ) : void
canvas PixelFarm
리턴 void

Ready() 공개 메소드

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