C# Class NScumm.Scumm.Graphics.VirtScreen

Show file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
SetDirtyRange ( int top, int bottom ) : void
VirtScreen ( int top, int width, int height, PixelFormat format, int numBuffers, bool trick = false ) : System

Method Details

SetDirtyRange() public method

public SetDirtyRange ( int top, int bottom ) : void
top int
bottom int
return void

VirtScreen() public method

public VirtScreen ( int top, int width, int height, PixelFormat format, int numBuffers, bool trick = false ) : System
top int
width int
height int
format PixelFormat
numBuffers int
trick bool
return System