C# 클래스 MarioLevelEditor.MainForm

파일 보기 프로젝트 열기: jazzyjester/Mario-Game

공개 프로퍼티들

프로퍼티 타입 설명
CurrentImageIndex int
LX int
MainImage Bitmap
OX int
Objects List
Seconds int

공개 메소드들

메소드 설명
CheckPosition ( int x, int y ) : LevelEditorObject
DrawAllObjects ( ) : void
LoadEditorObjects ( ) : void
MainForm ( ) : System
ObjectTypeToImage ( LevelEditorObject obj ) : Bitmap
PutBox ( int x, int y, int ind, Boolean Check ) : void
SetListIndexToObjects ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Paint ( object sender, PaintEventArgs e ) : void
list_ItemActivate ( object sender, EventArgs e ) : void
list_KeyDown ( object sender, KeyEventArgs e ) : void
mOpen_Click ( object sender, EventArgs e ) : void
mSaveAs_Click ( object sender, EventArgs e ) : void
mSave_Click ( object sender, EventArgs e ) : void
offsetXSelectedToolStripMenuItem_Click ( object sender, EventArgs e ) : void
offsetYSelectedToolStripMenuItem_Click ( object sender, EventArgs e ) : void
pictureLevel_MouseDown ( object sender, MouseEventArgs e ) : void
pictureLevel_MouseEnter ( object sender, EventArgs e ) : void
pictureLevel_MouseLeave ( object sender, EventArgs e ) : void
pictureLevel_MouseMove ( object sender, MouseEventArgs e ) : void
pictureLevel_Paint ( object sender, PaintEventArgs e ) : void
timerobject_Tick ( object sender, EventArgs e ) : void

메소드 상세

CheckPosition() 공개 메소드

public CheckPosition ( int x, int y ) : LevelEditorObject
x int
y int
리턴 LevelEditorObject

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DrawAllObjects() 공개 메소드

public DrawAllObjects ( ) : void
리턴 void

LoadEditorObjects() 공개 메소드

public LoadEditorObjects ( ) : void
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

ObjectTypeToImage() 공개 메소드

public ObjectTypeToImage ( LevelEditorObject obj ) : Bitmap
obj LevelEditorObject
리턴 Bitmap

PutBox() 공개 메소드

public PutBox ( int x, int y, int ind, Boolean Check ) : void
x int
y int
ind int
Check Boolean
리턴 void

SetListIndexToObjects() 공개 메소드

public SetListIndexToObjects ( ) : void
리턴 void

프로퍼티 상세

CurrentImageIndex 공개적으로 프로퍼티

public int CurrentImageIndex
리턴 int

LX 공개적으로 프로퍼티

public int LX
리턴 int

MainImage 공개적으로 프로퍼티

public Bitmap MainImage
리턴 Bitmap

OX 공개적으로 프로퍼티

public int OX
리턴 int

Objects 공개적으로 프로퍼티

public List Objects
리턴 List

Seconds 공개적으로 프로퍼티

public int Seconds
리턴 int