C# Класс Terrarium.Renderer.Engine.ManagedDirectXGraphicsEngine

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

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

Метод Описание
CreatePrimarySurface ( IntPtr handle, bool fullScreen, bool 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, bool fullScreen, bool doubleBuffer ) : IGraphicsSurface
handle System.IntPtr
fullScreen bool
doubleBuffer bool
Результат 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