C# Class OpenRA.Platforms.Default.DefaultPlatform

Inheritance: IPlatform
Datei anzeigen Open project: pchote/OpenRA

Public Methods

Method Description
CreateGraphics ( Size size, WindowMode windowMode ) : IGraphicsDevice
CreateSound ( string device ) : ISoundEngine

Method Details

CreateGraphics() public method

public CreateGraphics ( Size size, WindowMode windowMode ) : IGraphicsDevice
size System.Drawing.Size
windowMode WindowMode
return IGraphicsDevice

CreateSound() public method

public CreateSound ( string device ) : ISoundEngine
device string
return ISoundEngine