C# 클래스 AGS.Engine.Desktop.DesktopBitmapLoader

상속: IBitmapLoader
파일 보기 프로젝트 열기: tzachshabtay/MonoAGS 1 사용 예제들

공개 메소드들

메소드 설명
DesktopBitmapLoader ( IGraphicsBackend graphics ) : AGS.API
Load ( Stream stream ) : IBitmap
Load ( int width, int height ) : IBitmap

메소드 상세

DesktopBitmapLoader() 공개 메소드

public DesktopBitmapLoader ( IGraphicsBackend graphics ) : AGS.API
graphics IGraphicsBackend
리턴 AGS.API

Load() 공개 메소드

public Load ( Stream stream ) : IBitmap
stream Stream
리턴 IBitmap

Load() 공개 메소드

public Load ( int width, int height ) : IBitmap
width int
height int
리턴 IBitmap