C# 클래스 FFImageLoading.Views.ImageViewAsync

상속: ManagedImageView
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
SetFrame ( int l, int t, int r, int b ) : bool

메소드 상세

ImageViewAsync() 공개 메소드

public ImageViewAsync ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System

ImageViewAsync() 공개 메소드

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

ImageViewAsync() 공개 메소드

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

ImageViewAsync() 공개 메소드

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

OnMeasure() 보호된 메소드

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
리턴 void

SetFrame() 보호된 메소드

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