C# 클래스 NScumm.Core.Graphics.Surface

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

공개 메소드들

메소드 설명
GetBytesPerPixel ( PixelFormat pixelFormat ) : int
Move ( int dx, int dy, int height ) : void
Surface ( int width, int height, PixelFormat format, bool trick ) : System

Allocate memory for the pixel data of the surface.

메소드 상세

GetBytesPerPixel() 공개 정적인 메소드

public static GetBytesPerPixel ( PixelFormat pixelFormat ) : int
pixelFormat PixelFormat
리턴 int

Move() 공개 메소드

public Move ( int dx, int dy, int height ) : void
dx int
dy int
height int
리턴 void

Surface() 공개 메소드

Allocate memory for the pixel data of the surface.
public Surface ( int width, int height, PixelFormat format, bool trick ) : System
width int Width of the surface object.
height int Height of the surface objec.t
format PixelFormat The pixel format the surface should use.
trick bool
리턴 System