Microsoft.Xna.Framework
Interface IGraphicsDeviceManager

All Known Implementing Classes:
GraphicsDeviceManager

public interface IGraphicsDeviceManager

Defines the interface for an object that manages a GraphicsDevice.

Author:
Halofreak1990

Method Summary
 boolean BeginDraw()
           
 void CreateDevice()
           
 void EndDraw()
           
 

Method Detail

BeginDraw

boolean BeginDraw()

CreateDevice

void CreateDevice()

EndDraw

void EndDraw()