C# Class AGS.Engine.Desktop.DesktopBitmapLoader

Inheritance: IBitmapLoader
Show file Open project: tzachshabtay/MonoAGS Class Usage Examples

Public Methods

Method Description
DesktopBitmapLoader ( IGraphicsBackend graphics ) : AGS.API
Load ( Stream stream ) : IBitmap
Load ( int width, int height ) : IBitmap

Method Details

DesktopBitmapLoader() public method

public DesktopBitmapLoader ( IGraphicsBackend graphics ) : AGS.API
graphics IGraphicsBackend
return AGS.API

Load() public method

public Load ( Stream stream ) : IBitmap
stream Stream
return IBitmap

Load() public method

public Load ( int width, int height ) : IBitmap
width int
height int
return IBitmap