C# Class FFImageLoading.Drawables.FFBitmapDrawable

Inheritance: SelfDisposingBitmapDrawable
Show file Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
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

Protected Methods

Method Description
OnBoundsChange ( Android.Graphics.Rect bounds ) : void

Method Details

Draw() public method

public Draw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
return void

FFBitmapDrawable() public method

public FFBitmapDrawable ( ) : System
return System

FFBitmapDrawable() public method

public FFBitmapDrawable ( Android.Graphics.Bitmap bitmap ) : System
bitmap Android.Graphics.Bitmap
return System

FFBitmapDrawable() public method

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

FFBitmapDrawable() public method

public FFBitmapDrawable ( Resources resources ) : System
resources Resources
return System

FFBitmapDrawable() public method

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

FFBitmapDrawable() public method

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

FFBitmapDrawable() public method

public FFBitmapDrawable ( Resources resources, Stream stream ) : System
resources Resources
stream Stream
return System

FFBitmapDrawable() public method

public FFBitmapDrawable ( Resources resources, string filePath ) : System
resources Resources
filePath string
return System

FFBitmapDrawable() public method

public FFBitmapDrawable ( Stream stream ) : System
stream Stream
return System

FFBitmapDrawable() public method

public FFBitmapDrawable ( string filePath ) : System
filePath string
return System

OnBoundsChange() protected method

protected OnBoundsChange ( Android.Graphics.Rect bounds ) : void
bounds Android.Graphics.Rect
return void

SetAlpha() public method

public SetAlpha ( int alpha ) : void
alpha int
return void

SetColorFilter() public method

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

SetIsDisplayed() public method

public SetIsDisplayed ( bool isDisplayed ) : void
isDisplayed bool
return void

SetPlaceholder() public method

public SetPlaceholder ( SelfDisposingBitmapDrawable drawable, int animationDuration ) : void
drawable SelfDisposingBitmapDrawable
animationDuration int
return void