C# 클래스 FFImageLoading.Drawables.FFBitmapDrawable

상속: SelfDisposingBitmapDrawable
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
Draw ( Android.Graphics.Canvas canvas ) : void
FFBitmapDrawable ( ) : System
FFBitmapDrawable ( Android.Graphics.Bitmap bitmap ) : System
FFBitmapDrawable ( IntPtr handle, JniHandleOwnership transfer ) : System
FFBitmapDrawable ( Resources resources ) : System
FFBitmapDrawable ( Resources res, Android.Graphics.Bitmap bitmap ) : System
FFBitmapDrawable ( Resources res, Android.Graphics.Bitmap bitmap, SelfDisposingBitmapDrawable baseDrawable ) : System
FFBitmapDrawable ( Resources resources, Stream stream ) : System
FFBitmapDrawable ( Resources resources, string filePath ) : System
FFBitmapDrawable ( Stream stream ) : System
FFBitmapDrawable ( string filePath ) : System
SetAlpha ( int alpha ) : void
SetColorFilter ( Color color, Android.Graphics.PorterDuff mode ) : void
SetIsDisplayed ( bool isDisplayed ) : void
SetPlaceholder ( SelfDisposingBitmapDrawable drawable, int animationDuration ) : void

보호된 메소드들

메소드 설명
OnBoundsChange ( Android.Graphics.Rect bounds ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
리턴 void

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( ) : System
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( Android.Graphics.Bitmap bitmap ) : System
bitmap Android.Graphics.Bitmap
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( IntPtr handle, JniHandleOwnership transfer ) : System
handle System.IntPtr
transfer JniHandleOwnership
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( Resources resources ) : System
resources Resources
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( Resources res, Android.Graphics.Bitmap bitmap ) : System
res Resources
bitmap Android.Graphics.Bitmap
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( Resources res, Android.Graphics.Bitmap bitmap, SelfDisposingBitmapDrawable baseDrawable ) : System
res Resources
bitmap Android.Graphics.Bitmap
baseDrawable SelfDisposingBitmapDrawable
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( Resources resources, Stream stream ) : System
resources Resources
stream Stream
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( Resources resources, string filePath ) : System
resources Resources
filePath string
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( Stream stream ) : System
stream Stream
리턴 System

FFBitmapDrawable() 공개 메소드

public FFBitmapDrawable ( string filePath ) : System
filePath string
리턴 System

OnBoundsChange() 보호된 메소드

protected OnBoundsChange ( Android.Graphics.Rect bounds ) : void
bounds Android.Graphics.Rect
리턴 void

SetAlpha() 공개 메소드

public SetAlpha ( int alpha ) : void
alpha int
리턴 void

SetColorFilter() 공개 메소드

public SetColorFilter ( Color color, Android.Graphics.PorterDuff mode ) : void
color Color
mode Android.Graphics.PorterDuff
리턴 void

SetIsDisplayed() 공개 메소드

public SetIsDisplayed ( bool isDisplayed ) : void
isDisplayed bool
리턴 void

SetPlaceholder() 공개 메소드

public SetPlaceholder ( SelfDisposingBitmapDrawable drawable, int animationDuration ) : void
drawable SelfDisposingBitmapDrawable
animationDuration int
리턴 void