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

Inheritance: android.graphics.drawable.shapes.Shape
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
RectShape ( )

Method Details

RectShape() protected méthode

protected RectShape ( global @__env )
@__env global

clone() public méthode

public clone ( ) : global::android.graphics.drawable.shapes.RectShape
Résultat global::android.graphics.drawable.shapes.RectShape

draw() public méthode

public draw ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

onResize() protected méthode

protected onResize ( float arg0, float arg1 ) : void
arg0 float
arg1 float
Résultat void

rect() protected méthode

protected rect ( ) : global::android.graphics.RectF
Résultat global::android.graphics.RectF