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

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

Public Methods

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

Protected Methods

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

Private Methods

Method Description
RoundRectShape ( )

Method Details

RoundRectShape() public method

public RoundRectShape ( float arg0, android arg1, float arg2 )
arg0 float
arg1 android
arg2 float

RoundRectShape() protected method

protected RoundRectShape ( global @__env )
@__env global

clone() public method

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

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