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

Inheritance: System.ICloneable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
clone ( ) : global::android.graphics.drawable.shapes.Shape
draw ( android arg0, android arg1 ) : void
getHeight ( ) : float
getWidth ( ) : float
hasAlpha ( ) : bool
resize ( float arg0, float arg1 ) : void

Méthodes protégées

Méthode Description
Shape ( global @__env )
onResize ( float arg0, float arg1 ) : void

Private Methods

Méthode Description
Shape ( )

Method Details

Shape() protected méthode

protected Shape ( global @__env )
@__env global

clone() public méthode

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

draw() public abstract méthode

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

getHeight() public méthode

public getHeight ( ) : float
Résultat float

getWidth() public méthode

public getWidth ( ) : float
Résultat float

hasAlpha() public méthode

public hasAlpha ( ) : bool
Résultat bool

onResize() protected méthode

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

resize() public méthode

public resize ( float arg0, float arg1 ) : void
arg0 float
arg1 float
Résultat void