AGS.Engine.Desktop.DesktopBitmapLoader.Load C# (CSharp) Méthode

Load() public méthode

public Load ( Stream stream ) : IBitmap
stream Stream
Résultat IBitmap
		public IBitmap Load(Stream stream)
		{
            return new DesktopBitmap (new Bitmap (stream), _graphics);
		}

Same methods

DesktopBitmapLoader::Load ( int width, int height ) : IBitmap
DesktopBitmapLoader