C# 클래스 MvvmCross.Binding.tvOS.Views.MvxImageView

상속: UIImageView
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxImageView ( System.Action afterImageChangeAction = null ) : System
MvxImageView ( CGRect frame, System.Action afterImageChangeAction = null ) : System
MvxImageView ( IntPtr handle ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeImageHelper ( System.Action afterImageChangeAction = null ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MvxImageView() 공개 메소드

public MvxImageView ( System.Action afterImageChangeAction = null ) : System
afterImageChangeAction System.Action
리턴 System

MvxImageView() 공개 메소드

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

MvxImageView() 공개 메소드

public MvxImageView ( IntPtr handle ) : System
handle System.IntPtr
리턴 System