C# 클래스 Axiom.RenderSystems.OpenGL.OpenTKWindow

Summary description for OpenTKWindow.
상속: Axiom.Graphics.RenderWindow
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
CopyContentsToMemory ( PixelBox dst, FrameBuffer buffer ) : void
Create ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : void

Creates & displays the new window.

OpenTKWindow ( ) : System
Reposition ( int left, int right ) : void
Resize ( int width, int height ) : void
SwapBuffers ( bool waitForVSync ) : void

Update the render window.

WindowMovedOrResized ( ) : void
this ( string attribute ) : object

보호된 메소드들

메소드 설명
dispose ( bool disposeManagedResources ) : void

메소드 상세

CopyContentsToMemory() 공개 메소드

public CopyContentsToMemory ( PixelBox dst, FrameBuffer buffer ) : void
dst Axiom.Media.PixelBox
buffer FrameBuffer
리턴 void

Create() 공개 메소드

Creates & displays the new window.
public Create ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : void
name string
width int The width of the window in pixels.
height int The height of the window in pixels.
fullScreen bool If true, the window fills the screen, with no title bar or border.
miscParams NamedParameterList A variable number of platform-specific arguments. /// The actual requirements must be defined by the implementing subclasses.
리턴 void

OpenTKWindow() 공개 메소드

public OpenTKWindow ( ) : System
리턴 System

Reposition() 공개 메소드

public Reposition ( int left, int right ) : void
left int
right int
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

SwapBuffers() 공개 메소드

Update the render window.
public SwapBuffers ( bool waitForVSync ) : void
waitForVSync bool
리턴 void

WindowMovedOrResized() 공개 메소드

public WindowMovedOrResized ( ) : void
리턴 void

dispose() 보호된 메소드

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
리턴 void

this() 공개 메소드

public this ( string attribute ) : object
attribute string
리턴 object