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

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

공개 메소드들

메소드 설명
SetDirtyRange ( int top, int bottom ) : void
VirtScreen ( int top, int width, int height, PixelFormat format, int numBuffers, bool trick = false ) : System

메소드 상세

SetDirtyRange() 공개 메소드

public SetDirtyRange ( int top, int bottom ) : void
top int
bottom int
리턴 void

VirtScreen() 공개 메소드

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