C# Класс Treefrog.Windows.GraphicsDeviceService

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

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

Метод Описание
AddRef ( IntPtr windowHandle, int width, int height ) : GraphicsDeviceService
Release ( ) : void
ResetDevice ( int width, int height ) : void

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

Метод Описание
CreateDevice ( IntPtr windowHandle, int width, int height ) : void
GraphicsDeviceService ( ) : System
Release ( bool disposing ) : void

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

AddRef() публичный статический Метод

public static AddRef ( IntPtr windowHandle, int width, int height ) : GraphicsDeviceService
windowHandle System.IntPtr
width int
height int
Результат GraphicsDeviceService

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

protected CreateDevice ( IntPtr windowHandle, int width, int height ) : void
windowHandle System.IntPtr
width int
height int
Результат void

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

protected GraphicsDeviceService ( ) : System
Результат System

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

public Release ( ) : void
Результат void

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

protected Release ( bool disposing ) : void
disposing bool
Результат void

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

public ResetDevice ( int width, int height ) : void
width int
height int
Результат void