C# Class MvvmCross.Binding.iOS.Views.MvxImageView

Inheritance: UIImageView
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxImageView ( System.Action afterImageChangeAction = null ) : System
MvxImageView ( CGRect frame, System.Action afterImageChangeAction = null ) : System
MvxImageView ( IntPtr handle ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeImageHelper ( System.Action afterImageChangeAction = null ) : void

Method Details

Dispose() protected method

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

MvxImageView() public method

public MvxImageView ( System.Action afterImageChangeAction = null ) : System
afterImageChangeAction System.Action
return System

MvxImageView() public method

public MvxImageView ( CGRect frame, System.Action afterImageChangeAction = null ) : System
frame CGRect
afterImageChangeAction System.Action
return System

MvxImageView() public method

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