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

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

Public Methods

Method Description
clone ( ) : global::android.graphics.drawable.shapes.RectShape
draw ( android arg0, android arg1 ) : void

Protected Methods

Method Description
RectShape ( global @__env )
onResize ( float arg0, float arg1 ) : void
rect ( ) : global::android.graphics.RectF

Private Methods

Method Description
RectShape ( )

Method Details

RectShape() protected method

protected RectShape ( global @__env )
@__env global

clone() public method

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

draw() public method

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

onResize() protected method

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

rect() protected method

protected rect ( ) : global::android.graphics.RectF
return global::android.graphics.RectF