C# Class FFImageLoading.Views.ImageViewAsync

Inheritance: ManagedImageView
Mostra file Open project: daniel-luberda/FFImageLoading Class Usage Examples

Public Methods

Method Description
ImageViewAsync ( Android.Content.Context context ) : System
ImageViewAsync ( Android.Content.Context context, IAttributeSet attrs ) : System
ImageViewAsync ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
ImageViewAsync ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Protected Methods

Method Description
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
SetFrame ( int l, int t, int r, int b ) : bool

Method Details

ImageViewAsync() public method

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

ImageViewAsync() public method

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

ImageViewAsync() public method

public ImageViewAsync ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
return System

ImageViewAsync() public method

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

OnMeasure() protected method

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
return void

SetFrame() protected method

protected SetFrame ( int l, int t, int r, int b ) : bool
l int
t int
r int
b int
return bool