Method | Description | |
---|---|---|
CancelLoading ( ) : void | ||
ManagedImageView ( Android.Content.Context context ) : Android.Content | ||
ManagedImageView ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content | ||
ManagedImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content | ||
ManagedImageView ( |
||
SetImageDrawable ( Android.Graphics.Drawables.Drawable drawable ) : void | ||
SetImageResource ( int resId ) : void | ||
SetImageURI ( global uri ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
UpdateDrawableDisplayedState ( Android.Graphics.Drawables.Drawable drawable, bool isDisplayed ) : void |
public ManagedImageView ( Android.Content.Context context ) : Android.Content | ||
context | Android.Content.Context | |
return | Android.Content |
public ManagedImageView ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
return | Android.Content |
public ManagedImageView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
defStyle | int | |
return | Android.Content |
public ManagedImageView ( |
||
javaReference | ||
transfer | JniHandleOwnership | |
return | Android.Content |
public SetImageDrawable ( Android.Graphics.Drawables.Drawable drawable ) : void | ||
drawable | Android.Graphics.Drawables.Drawable | |
return | void |