C# 클래스 PixelFarm.Drawing.WinGdi.CanvasCollection

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

공개 메소드들

메소드 설명
CanvasCollection ( int numOfCachePages, int eachPageWidth, int eachPageHeight ) : System.Collections.Generic
Dispose ( ) : void
GetCanvasPage ( int hPageNum, int vPageNum ) : MyGdiPlusCanvas
ReleasePage ( MyGdiPlusCanvas page ) : void
ResizeAllPages ( int width, int height ) : void

메소드 상세

CanvasCollection() 공개 메소드

public CanvasCollection ( int numOfCachePages, int eachPageWidth, int eachPageHeight ) : System.Collections.Generic
numOfCachePages int
eachPageWidth int
eachPageHeight int
리턴 System.Collections.Generic

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCanvasPage() 공개 메소드

public GetCanvasPage ( int hPageNum, int vPageNum ) : MyGdiPlusCanvas
hPageNum int
vPageNum int
리턴 MyGdiPlusCanvas

ReleasePage() 공개 메소드

public ReleasePage ( MyGdiPlusCanvas page ) : void
page MyGdiPlusCanvas
리턴 void

ResizeAllPages() 공개 메소드

public ResizeAllPages ( int width, int height ) : void
width int
height int
리턴 void