C# 클래스 Sharpex2D.Surface.GameWindow

상속: IDisposable
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
CenterWindow ( ) : void

Centers the Window.

Dispose ( ) : void

Disposes the object.

SetCursorIcon ( string path ) : void

Sets the CursorIcon.

보호된 메소드들

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

Disposes the object.

비공개 메소드들

메소드 설명
FixWindow ( ) : void

Fixes the size of the window.

FreeWindow ( ) : void

Frees the window size.

GameWindow ( IntPtr handle ) : System

Initializes a new GameWindow class.

_surface_Activated ( object sender, EventArgs e ) : void

Activate Event.

_surface_Deactivate ( object sender, EventArgs e ) : void

Deactivate Event.

_surface_FormClosing ( object sender, FormClosingEventArgs e ) : void

FormClosing Event.

메소드 상세

CenterWindow() 공개 메소드

Centers the Window.
public CenterWindow ( ) : void
리턴 void

Dispose() 공개 메소드

Disposes the object.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes the object.
protected Dispose ( bool disposing ) : void
disposing bool Indicates whether managed resources should be disposed.
리턴 void

SetCursorIcon() 공개 메소드

Sets the CursorIcon.
public SetCursorIcon ( string path ) : void
path string The Path.
리턴 void