C# Class x86CS.GUI.XNA.GraphicsDeviceService

Inheritance: IGraphicsDeviceService, IGraphicsDeviceManager
Show file Open project: cryogen/VM86CS Class Usage Examples

Public Methods

Method Description
BeginDraw ( ) : bool
CreateDevice ( ) : void
EndDraw ( ) : void
GraphicsDeviceService ( Control control ) : System

Method Details

BeginDraw() public method

public BeginDraw ( ) : bool
return bool

CreateDevice() public method

public CreateDevice ( ) : void
return void

EndDraw() public method

public EndDraw ( ) : void
return void

GraphicsDeviceService() public method

public GraphicsDeviceService ( Control control ) : System
control System.Windows.Forms.Control
return System