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

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

Public Methods

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

Protected Methods

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

Private Methods

Method Description
PathShape ( )

Method Details

PathShape() public method

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

PathShape() protected method

protected PathShape ( global @__env )
@__env global

clone() public method

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

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