C# Class android.graphics.drawable.Drawable_

Inheritance: android.graphics.drawable.Drawable
显示文件 Open project: JeroMiya/androidmono

Public Methods

Method Description
draw ( android arg0 ) : void
getOpacity ( ) : int
setAlpha ( int arg0 ) : void
setColorFilter ( android arg0 ) : void

Private Methods

Method Description
Drawable_ ( )
Drawable_ ( global @__env )

Method Details

draw() public method

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

getOpacity() public method

public getOpacity ( ) : int
return int

setAlpha() public method

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

setColorFilter() public method

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