C# Class NScumm.Scumm.Graphics.VirtScreen

Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SetDirtyRange ( int top, int bottom ) : void
top int
bottom int
Résultat void

VirtScreen() public méthode

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
Résultat System