C# Class android.widget.ImageView

Inheritance: android.view.View
显示文件 Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ImageView ( android arg0 )
ImageView ( android arg0, android arg1 )
ImageView ( android arg0, android arg1, int arg2 )
clearColorFilter ( ) : void
getBaseline ( ) : int
getDrawable ( ) : global::android.graphics.drawable.Drawable
getImageMatrix ( ) : global::android.graphics.Matrix
getScaleType ( ) : global::android.widget.ImageView.ScaleType
invalidateDrawable ( android arg0 ) : void
onCreateDrawableState ( int arg0 ) : int[]
setAdjustViewBounds ( bool arg0 ) : void
setAlpha ( int arg0 ) : void
setColorFilter ( android arg0 ) : void
setColorFilter ( int arg0 ) : void
setColorFilter ( int arg0, android arg1 ) : void
setImageBitmap ( android arg0 ) : void
setImageDrawable ( android arg0 ) : void
setImageLevel ( int arg0 ) : void
setImageMatrix ( android arg0 ) : void
setImageResource ( int arg0 ) : void
setImageState ( int arg0, bool arg1 ) : void
setImageURI ( android arg0 ) : void
setMaxHeight ( int arg0 ) : void
setMaxWidth ( int arg0 ) : void
setScaleType ( android arg0 ) : void
setSelected ( bool arg0 ) : void

Protected Methods

Method Description
ImageView ( global @__env )
drawableStateChanged ( ) : void
onDraw ( android arg0 ) : void
onMeasure ( int arg0, int arg1 ) : void
onSetAlpha ( int arg0 ) : bool
setFrame ( int arg0, int arg1, int arg2, int arg3 ) : bool
verifyDrawable ( android arg0 ) : bool

Private Methods

Method Description
ImageView ( )

Method Details

ImageView() public method

public ImageView ( android arg0 )
arg0 android

ImageView() public method

public ImageView ( android arg0, android arg1 )
arg0 android
arg1 android

ImageView() public method

public ImageView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

ImageView() protected method

protected ImageView ( global @__env )
@__env global

clearColorFilter() public method

public clearColorFilter ( ) : void
return void

drawableStateChanged() protected method

protected drawableStateChanged ( ) : void
return void

getBaseline() public method

public getBaseline ( ) : int
return int

getDrawable() public method

public getDrawable ( ) : global::android.graphics.drawable.Drawable
return global::android.graphics.drawable.Drawable

getImageMatrix() public method

public getImageMatrix ( ) : global::android.graphics.Matrix
return global::android.graphics.Matrix

getScaleType() public method

public getScaleType ( ) : global::android.widget.ImageView.ScaleType
return global::android.widget.ImageView.ScaleType

invalidateDrawable() public method

public invalidateDrawable ( android arg0 ) : void
arg0 android
return void

onCreateDrawableState() public method

public onCreateDrawableState ( int arg0 ) : int[]
arg0 int
return int[]

onDraw() protected method

protected onDraw ( android arg0 ) : void
arg0 android
return void

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onSetAlpha() protected method

protected onSetAlpha ( int arg0 ) : bool
arg0 int
return bool

setAdjustViewBounds() public method

public setAdjustViewBounds ( bool arg0 ) : void
arg0 bool
return void

setAlpha() public method

public setAlpha ( int arg0 ) : void
arg0 int
return void

setColorFilter() public method

public setColorFilter ( android arg0 ) : void
arg0 android
return void

setColorFilter() public method

public setColorFilter ( int arg0 ) : void
arg0 int
return void

setColorFilter() public method

public setColorFilter ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

setFrame() protected method

protected setFrame ( int arg0, int arg1, int arg2, int arg3 ) : bool
arg0 int
arg1 int
arg2 int
arg3 int
return bool

setImageBitmap() public method

public setImageBitmap ( android arg0 ) : void
arg0 android
return void

setImageDrawable() public method

public setImageDrawable ( android arg0 ) : void
arg0 android
return void

setImageLevel() public method

public setImageLevel ( int arg0 ) : void
arg0 int
return void

setImageMatrix() public method

public setImageMatrix ( android arg0 ) : void
arg0 android
return void

setImageResource() public method

public setImageResource ( int arg0 ) : void
arg0 int
return void

setImageState() public method

public setImageState ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
return void

setImageURI() public method

public setImageURI ( android arg0 ) : void
arg0 android
return void

setMaxHeight() public method

public setMaxHeight ( int arg0 ) : void
arg0 int
return void

setMaxWidth() public method

public setMaxWidth ( int arg0 ) : void
arg0 int
return void

setScaleType() public method

public setScaleType ( android arg0 ) : void
arg0 android
return void

setSelected() public method

public setSelected ( bool arg0 ) : void
arg0 bool
return void

verifyDrawable() protected method

protected verifyDrawable ( android arg0 ) : bool
arg0 android
return bool