C# 클래스 MonoDroidToolkit.ImageLoader

파일 보기 프로젝트 열기: jamesmontemagno/MonoDroidToolkit 1 사용 예제들

공개 메소드들

메소드 설명
ClearCache ( ) : void
ClearFileCache ( ) : void
CopyStream ( Stream inputStream, OutputStream os ) : void
DisplayImage ( string url, ImageView imageView, int defaultResourceId ) : void
ImageLoader ( Android.Content.Context context, int scale = 64, int maxImages ) : System
LoadPhoto ( object param ) : void
QueueImage ( string url, ImageView imageView ) : void

비공개 메소드들

메소드 설명
BitmapDisplayer ( Android.Graphics.Bitmap bitmap, PhotoToLoad photoToLoad ) : void
DecodeFile ( Java.IO.File file, int requiredSize ) : Android.Graphics.Bitmap
GetBitmap ( string url ) : Android.Graphics.Bitmap
ImageViewReused ( PhotoToLoad photoToLoad ) : bool

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

ClearFileCache() 공개 메소드

public ClearFileCache ( ) : void
리턴 void

CopyStream() 공개 정적인 메소드

public static CopyStream ( Stream inputStream, OutputStream os ) : void
inputStream Stream
os OutputStream
리턴 void

DisplayImage() 공개 메소드

public DisplayImage ( string url, ImageView imageView, int defaultResourceId ) : void
url string
imageView ImageView
defaultResourceId int
리턴 void

ImageLoader() 공개 메소드

public ImageLoader ( Android.Content.Context context, int scale = 64, int maxImages ) : System
context Android.Content.Context
scale int
maxImages int
리턴 System

LoadPhoto() 공개 메소드

public LoadPhoto ( object param ) : void
param object
리턴 void

QueueImage() 공개 메소드

public QueueImage ( string url, ImageView imageView ) : void
url string
imageView ImageView
리턴 void