C# Класс Axiom.RenderSystems.OpenGL.OpenTKWindow

Summary description for OpenTKWindow.
Наследование: Axiom.Graphics.RenderWindow
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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