C# Class FFImageLoading.Forms.Droid.CachedImageView

Inheritance: FFImageLoading.Views.ImageViewAsync
Show file Open project: daniel-luberda/FFImageLoading Class Usage Examples

Public Methods

Method Description
CachedImageView ( Android.Content.Context context ) : System
CachedImageView ( Android.Content.Context context, IAttributeSet attrs ) : System
CachedImageView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
Invalidate ( ) : void
SkipInvalidate ( ) : void

Method Details

CachedImageView() public method

public CachedImageView ( Android.Content.Context context ) : System
context Android.Content.Context
return System

CachedImageView() public method

public CachedImageView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

CachedImageView() public method

public CachedImageView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
return System

Invalidate() public method

public Invalidate ( ) : void
return void

SkipInvalidate() public method

public SkipInvalidate ( ) : void
return void