Method | Description | |
---|---|---|
Bake ( ) : void |
Inserts all objects into background.
|
|
GraphicPlane ( ) : System |
Creates empty graphic plane.
|
|
GraphicPlane ( int width, int height ) : System |
Creates graphic plane with predefined background.
|
|
Render ( ) : Image |
Draws plane to bitmap.
|
|
Render ( RenderOptions options ) : Image |
Draws plane to bitmap using other palette.
|
|
Render ( byte palette ) : Image |
Draws plane to bitmap using other palette.
|
|
Render ( byte palette, RenderOptions options ) : Image |
Draws plane to bitmap using palette and render options.
|
Method | Description | |
---|---|---|
ApplyBake ( byte tobake ) : void | ||
GetBaked ( ) : byte[] |
public GraphicPlane ( int width, int height ) : System | ||
width | int | /// Width of graphic plane. /// |
height | int | /// Height of graphic plane. /// |
return | System |
public Render ( RenderOptions options ) : Image | ||
options | RenderOptions | |
return | Image |
public Render ( byte palette, RenderOptions options ) : Image | ||
palette | byte | |
options | RenderOptions | |
return | Image |