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

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

Public Methods

Method Description
ArcShape ( float arg0, float arg1 )
draw ( android arg0, android arg1 ) : void

Protected Methods

Method Description
ArcShape ( global @__env )

Private Methods

Method Description
ArcShape ( )

Method Details

ArcShape() public method

public ArcShape ( float arg0, float arg1 )
arg0 float
arg1 float

ArcShape() protected method

protected ArcShape ( global @__env )
@__env global

draw() public method

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