C# Class android.widget.ImageSwitcher

Inheritance: android.widget.ViewSwitcher
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
ImageSwitcher ( android arg0 )
ImageSwitcher ( android arg0, android arg1 )
setImageDrawable ( android arg0 ) : void
setImageResource ( int arg0 ) : void
setImageURI ( android arg0 ) : void

Protected Methods

Method Description
ImageSwitcher ( global @__env )

Private Methods

Method Description
ImageSwitcher ( )

Method Details

ImageSwitcher() public method

public ImageSwitcher ( android arg0 )
arg0 android

ImageSwitcher() public method

public ImageSwitcher ( android arg0, android arg1 )
arg0 android
arg1 android

ImageSwitcher() protected method

protected ImageSwitcher ( global @__env )
@__env global

setImageDrawable() public method

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

setImageResource() public method

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

setImageURI() public method

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