Langue

Drawable.GetConstantState Méthode

Définition

Retourne une ConstantState instance qui contient l’état partagé de ce dessinable.

[Android.Runtime.Register("getConstantState", "()Landroid/graphics/drawable/Drawable$ConstantState;", "GetGetConstantStateHandler")]
public virtual Android.Graphics.Drawables.Drawable.ConstantState? GetConstantState();
[<Android.Runtime.Register("getConstantState", "()Landroid/graphics/drawable/Drawable$ConstantState;", "GetGetConstantStateHandler")>]
abstract member GetConstantState : unit -> Android.Graphics.Drawables.Drawable.ConstantState
override this.GetConstantState : unit -> Android.Graphics.Drawables.Drawable.ConstantState

Retours

ConstantState associé à ce dessinable.

Attributs

Remarques

Java documentation pour android.graphics.drawable.Drawable.getConstantState().

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

Voir aussi