C# 클래스 NScumm.Scumm.Graphics.Gdi1

상속: Gdi
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
Gdi1 ( ScummEngine vm, GameInfo game ) : NScumm.Core.Graphics
RoomChanged ( Room room ) : void

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

DecodeMask() 보호된 메소드

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
리턴 void

DrawStrip() 보호된 메소드

protected DrawStrip ( PixelNavigator navDst, int width, int height, int stripnr, System smapReader ) : bool
navDst PixelNavigator
width int
height int
stripnr int
smapReader System
리턴 bool

Gdi1() 공개 메소드

public Gdi1 ( ScummEngine vm, GameInfo game ) : NScumm.Core.Graphics
vm ScummEngine
game NScumm.Scumm.IO.GameInfo
리턴 NScumm.Core.Graphics

PrepareDrawBitmap() 보호된 메소드

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
리턴 void

RoomChanged() 공개 메소드

public RoomChanged ( Room room ) : void
room Room
리턴 void