C# 클래스 AlbLib.Imaging.GraphicPlane

상속: IRenderable
파일 보기 프로젝트 열기: IllidanS4/AlbLib 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ApplyBake ( byte tobake ) : void
GetBaked ( ) : byte[]

메소드 상세

Bake() 공개 메소드

Inserts all objects into background.
public Bake ( ) : void
리턴 void

GraphicPlane() 공개 메소드

Creates empty graphic plane.
public GraphicPlane ( ) : System
리턴 System

GraphicPlane() 공개 메소드

Creates graphic plane with predefined background.
public GraphicPlane ( int width, int height ) : System
width int /// Width of graphic plane. ///
height int /// Height of graphic plane. ///
리턴 System

Render() 공개 메소드

Draws plane to bitmap.
public Render ( ) : Image
리턴 Image

Render() 공개 메소드

Draws plane to bitmap using other palette.
public Render ( RenderOptions options ) : Image
options RenderOptions
리턴 Image

Render() 공개 메소드

Draws plane to bitmap using other palette.
public Render ( byte palette ) : Image
palette byte
리턴 Image

Render() 공개 메소드

Draws plane to bitmap using palette and render options.
public Render ( byte palette, RenderOptions options ) : Image
palette byte
options RenderOptions
리턴 Image