C# Class NScumm.Scumm.Graphics.Gdi1

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

Méthodes publiques

Méthode Description
Gdi1 ( ScummEngine vm, GameInfo game ) : NScumm.Core.Graphics
RoomChanged ( Room room ) : void

Méthodes protégées

Méthode Description
DecodeMask ( int x, int y, int width, int height, int stripnr, System zPlanes, bool transpStrip, DrawBitmaps flags ) : void
DrawStrip ( PixelNavigator navDst, int width, int height, int stripnr, System smapReader ) : bool
PrepareDrawBitmap ( ImageData img, VirtScreen vs, Point p, int width, int height, int stripnr, int numstrip ) : void

Private Methods

Méthode Description
DrawStripV1Background ( PixelNavigator navDst, int stripnr, int height ) : void
DrawStripV1Mask ( PixelNavigator navDst, int stripnr, int width, int height ) : void
DrawStripV1Object ( PixelNavigator navDst, int stripnr, int width, int height ) : void

Method Details

DecodeMask() protected méthode

protected DecodeMask ( int x, int y, int width, int height, int stripnr, System zPlanes, bool transpStrip, DrawBitmaps flags ) : void
x int
y int
width int
height int
stripnr int
zPlanes System
transpStrip bool
flags DrawBitmaps
Résultat void

DrawStrip() protected méthode

protected DrawStrip ( PixelNavigator navDst, int width, int height, int stripnr, System smapReader ) : bool
navDst PixelNavigator
width int
height int
stripnr int
smapReader System
Résultat bool

Gdi1() public méthode

public Gdi1 ( ScummEngine vm, GameInfo game ) : NScumm.Core.Graphics
vm ScummEngine
game NScumm.Scumm.IO.GameInfo
Résultat NScumm.Core.Graphics

PrepareDrawBitmap() protected méthode

protected PrepareDrawBitmap ( ImageData img, VirtScreen vs, Point p, int width, int height, int stripnr, int numstrip ) : void
img ImageData
vs VirtScreen
p Point
width int
height int
stripnr int
numstrip int
Résultat void

RoomChanged() public méthode

public RoomChanged ( Room room ) : void
room Room
Résultat void