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

Inheritance: UIImageView
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeImageHelper ( System.Action afterImageChangeAction = null ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MvxImageView() public méthode

public MvxImageView ( System.Action afterImageChangeAction = null ) : System
afterImageChangeAction System.Action
Résultat System

MvxImageView() public méthode

public MvxImageView ( CGRect frame, System.Action afterImageChangeAction = null ) : System
frame CGRect
afterImageChangeAction System.Action
Résultat System

MvxImageView() public méthode

public MvxImageView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System