C# Class android.graphics.drawable.shapes.Shape

Inheritance: System.ICloneable
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
clone ( ) : global::android.graphics.drawable.shapes.Shape
draw ( android arg0, android arg1 ) : void
getHeight ( ) : float
getWidth ( ) : float
hasAlpha ( ) : bool
resize ( float arg0, float arg1 ) : void

Protected Methods

Method Description
Shape ( global @__env )
onResize ( float arg0, float arg1 ) : void

Private Methods

Method Description
Shape ( )

Method Details

Shape() protected method

protected Shape ( global @__env )
@__env global

clone() public method

public clone ( ) : global::android.graphics.drawable.shapes.Shape
return global::android.graphics.drawable.shapes.Shape

draw() public abstract method

public abstract draw ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

getHeight() public method

public getHeight ( ) : float
return float

getWidth() public method

public getWidth ( ) : float
return float

hasAlpha() public method

public hasAlpha ( ) : bool
return bool

onResize() protected method

protected onResize ( float arg0, float arg1 ) : void
arg0 float
arg1 float
return void

resize() public method

public resize ( float arg0, float arg1 ) : void
arg0 float
arg1 float
return void