C# Класс FBOImaging.SampleDraw

Наследование: NewTOAPIA.GL.GLModel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CurrentMode int

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

Метод Описание
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int w, int h ) : void

This is called when the window resizes. We make note of the new size of the window, but we're not using it to do anything interesting. We could use this information in the second pass of rendering to center the Quad on the screen, and scale it to match the size of the window

SampleDraw ( ) : System

Защищенные методы

Метод Описание
DrawBegin ( ) : void
DrawContent ( ) : void
OnSetContext ( ) : void

Описание методов

DrawBegin() защищенный Метод

protected DrawBegin ( ) : void
Результат void

DrawContent() защищенный Метод

protected DrawContent ( ) : void
Результат void

OnKeyboardActivity() публичный Метод

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
Результат System.IntPtr

OnSetContext() защищенный Метод

protected OnSetContext ( ) : void
Результат void

OnSetViewport() публичный Метод

This is called when the window resizes. We make note of the new size of the window, but we're not using it to do anything interesting. We could use this information in the second pass of rendering to center the Quad on the screen, and scale it to match the size of the window
public OnSetViewport ( int w, int h ) : void
w int
h int
Результат void

SampleDraw() публичный Метод

public SampleDraw ( ) : System
Результат System

Описание свойств

CurrentMode публичное статическое свойство

public static int CurrentMode
Результат int