C# 클래스 DungeonMasterEngine.Helpers.BitMapMemory

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

공개 메소드들

메소드 설명
BitMapMemory ( int xIndexOffset, int yIndexOffset, int width, int height )
this ( int x, int y ) : bool

메소드 상세

BitMapMemory() 공개 메소드

public BitMapMemory ( int xIndexOffset, int yIndexOffset, int width, int height )
xIndexOffset int
yIndexOffset int
width int
height int

this() 공개 메소드

public this ( int x, int y ) : bool
x int
y int
리턴 bool