C# Class android.graphics.drawable.PictureDrawable

Inheritance: android.graphics.drawable.Drawable
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
PictureDrawable ( android arg0 )
draw ( android arg0 ) : void
getIntrinsicHeight ( ) : int
getIntrinsicWidth ( ) : int
getOpacity ( ) : int
getPicture ( ) : global::android.graphics.Picture
setAlpha ( int arg0 ) : void
setColorFilter ( android arg0 ) : void
setDither ( bool arg0 ) : void
setFilterBitmap ( bool arg0 ) : void
setPicture ( android arg0 ) : void

Protected Methods

Method Description
PictureDrawable ( global @__env )

Private Methods

Method Description
PictureDrawable ( )

Method Details

PictureDrawable() public method

public PictureDrawable ( android arg0 )
arg0 android

PictureDrawable() protected method

protected PictureDrawable ( global @__env )
@__env global

draw() public method

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

getIntrinsicHeight() public method

public getIntrinsicHeight ( ) : int
return int

getIntrinsicWidth() public method

public getIntrinsicWidth ( ) : int
return int

getOpacity() public method

public getOpacity ( ) : int
return int

getPicture() public method

public getPicture ( ) : global::android.graphics.Picture
return global::android.graphics.Picture

setAlpha() public method

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

setColorFilter() public method

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

setDither() public method

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

setFilterBitmap() public method

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

setPicture() public method

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