C# 클래스 Sharplike.Frontend.Rendering.TKWindow

A display window that uses OpenGL (via OpenTK) to render the game display.
Developed primarily by Alex Karantza ([email protected]), with some adjustments to fit into the application. Copyright transferred with permission to Ed Ropple and code included under the Sharplike License (CPAL).
상속: Sharplike.Core.Rendering.AbstractWindow
파일 보기 프로젝트 열기: eropple/sharplike 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Control TKGLControl

공개 메소드들

메소드 설명
TKWindow ( Size displayDimensions, GlyphPalette palette, Control context ) : System
Update ( ) : void

보호된 메소드들

메소드 설명
WindowTitleChange ( ) : void

비공개 메소드들

메소드 설명
Control_Paint ( object sender, PaintEventArgs e ) : void
Control_Resize ( object sender, EventArgs e ) : void
DrawTile ( DisplayTile tile, int x, int y ) : void
Form_FormClosing ( object sender, FormClosingEventArgs e ) : void
Render ( ) : void
TKWindow_Resize ( ) : void

메소드 상세

TKWindow() 공개 메소드

public TKWindow ( Size displayDimensions, GlyphPalette palette, Control context ) : System
displayDimensions System.Drawing.Size
palette Sharplike.Core.Rendering.GlyphPalette
context System.Windows.Forms.Control
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

WindowTitleChange() 보호된 메소드

protected WindowTitleChange ( ) : void
리턴 void

프로퍼티 상세

Control 공개적으로 프로퍼티

public TKGLControl,Sharplike.Frontend.Rendering Control
리턴 TKGLControl