C# Class Terrarium.Renderer.Engine.ManagedDirectXGraphicsEngine

Inheritance: IGraphicsEngine
Afficher le fichier Open project: eugeniomiro/Terrarium

Méthodes publiques

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

Method Details

CreatePrimarySurface() public méthode

public CreatePrimarySurface ( IntPtr handle, bool fullScreen, bool doubleBuffer ) : IGraphicsSurface
handle System.IntPtr
fullScreen bool
doubleBuffer bool
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