C# Class FFImageLoading.Cross.MvxImageLoadingView

Inheritance: UIImageView:ImageViewAsync
Datei anzeigen Open project: daniel-luberda/FFImageLoading

Private Properties

Property Type Description
CleanParameters void
Initialize void
InstanciateParams FFImageLoading.Work.TaskParameter
MakeParams FFImageLoading.Work.TaskParameter

Public Methods

Method Description
MvxImageLoadingView ( ) : System
MvxImageLoadingView ( CGRect frame ) : System
MvxImageLoadingView ( Android.Content.Context context ) : System
MvxImageLoadingView ( Android.Content.Context context, IAttributeSet attrs ) : System
MvxImageLoadingView ( IntPtr handle ) : System
MvxImageLoadingView ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CleanParameters ( ) : void
Initialize ( ) : void
InstanciateParams ( ImageSource source, string dataLocation, System.TimeSpan cacheDuration ) : TaskParameter
MakeParams ( ) : TaskParameter

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MvxImageLoadingView() public method

public MvxImageLoadingView ( ) : System
return System

MvxImageLoadingView() public method

public MvxImageLoadingView ( CGRect frame ) : System
frame CGRect
return System

MvxImageLoadingView() public method

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

MvxImageLoadingView() public method

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

MvxImageLoadingView() public method

public MvxImageLoadingView ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxImageLoadingView() public method

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