C# Class Terrarium.Renderer.DirectX.DirectX7GraphicsEngine

Provides access to the DirectDraw and DirectX interfaces
Inheritance: IGraphicsEngine
Afficher le fichier Open project: eugeniomiro/Terrarium

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

CreatePrimarySurface() public méthode

public CreatePrimarySurface ( IntPtr handle, System.Boolean fullScreen, System.Boolean doubleBuffer ) : IGraphicsSurface
handle System.IntPtr
fullScreen System.Boolean
doubleBuffer System.Boolean
Résultat IGraphicsSurface

CreateSurface() public méthode

public CreateSurface ( int width, int height ) : IGraphicsSurface
width int
height int
Résultat IGraphicsSurface

CreateWorkSurface() public méthode

public CreateWorkSurface ( int width, int height ) : IGraphicsSurface
width int
height int
Résultat IGraphicsSurface

GetWindowRect() public méthode

public GetWindowRect ( IntPtr handle, Rectangle &windowRect ) : void
handle System.IntPtr
windowRect System.Drawing.Rectangle
Résultat void

SetFullScreenMode() public méthode

public SetFullScreenMode ( IntPtr handle ) : void
handle System.IntPtr
Résultat void

SetWindow() public méthode

public SetWindow ( IntPtr handle ) : void
handle System.IntPtr
Résultat void