C# Класс Terrarium.Renderer.DirectX.DirectX7GraphicsEngine

Provides access to the DirectDraw and DirectX interfaces
Наследование: IGraphicsEngine
Показать файл Открыть проект

Private Properties

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

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

Метод Описание
CreatePrimarySurface ( IntPtr handle, System.Boolean fullScreen, System.Boolean doubleBuffer ) : IGraphicsSurface

CreateSurface ( int width, int height ) : IGraphicsSurface

CreateWorkSurface ( int width, int height ) : IGraphicsSurface

GetWindowRect ( IntPtr handle, Rectangle &windowRect ) : void

SetFullScreenMode ( IntPtr handle ) : void

SetWindow ( IntPtr handle ) : void

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

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

public CreatePrimarySurface ( IntPtr handle, System.Boolean fullScreen, System.Boolean doubleBuffer ) : IGraphicsSurface
handle System.IntPtr
fullScreen System.Boolean
doubleBuffer System.Boolean
Результат IGraphicsSurface

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

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

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

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

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

public GetWindowRect ( IntPtr handle, Rectangle &windowRect ) : void
handle System.IntPtr
windowRect System.Drawing.Rectangle
Результат void

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

public SetFullScreenMode ( IntPtr handle ) : void
handle System.IntPtr
Результат void

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

public SetWindow ( IntPtr handle ) : void
handle System.IntPtr
Результат void