C# Class Treefrog.Windows.GraphicsDeviceService

Inheritance: IGraphicsDeviceService
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
AddRef ( IntPtr windowHandle, int width, int height ) : GraphicsDeviceService
Release ( ) : void
ResetDevice ( int width, int height ) : void

Méthodes protégées

Méthode Description
CreateDevice ( IntPtr windowHandle, int width, int height ) : void
GraphicsDeviceService ( ) : System
Release ( bool disposing ) : void

Method Details

AddRef() public static méthode

public static AddRef ( IntPtr windowHandle, int width, int height ) : GraphicsDeviceService
windowHandle System.IntPtr
width int
height int
Résultat GraphicsDeviceService

CreateDevice() protected méthode

protected CreateDevice ( IntPtr windowHandle, int width, int height ) : void
windowHandle System.IntPtr
width int
height int
Résultat void

GraphicsDeviceService() protected méthode

protected GraphicsDeviceService ( ) : System
Résultat System

Release() public méthode

public Release ( ) : void
Résultat void

Release() protected méthode

protected Release ( bool disposing ) : void
disposing bool
Résultat void

ResetDevice() public méthode

public ResetDevice ( int width, int height ) : void
width int
height int
Résultat void