C# Class PixelFarm.Drawing.WinGdi.CanvasCollection

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

Public Methods

Method Description
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

Method Details

CanvasCollection() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetCanvasPage() public method

public GetCanvasPage ( int hPageNum, int vPageNum ) : MyGdiPlusCanvas
hPageNum int
vPageNum int
return MyGdiPlusCanvas

ReleasePage() public method

public ReleasePage ( MyGdiPlusCanvas page ) : void
page MyGdiPlusCanvas
return void

ResizeAllPages() public method

public ResizeAllPages ( int width, int height ) : void
width int
height int
return void