Drawable.GetConstantState Metodo

Definizione

Restituisce un'istanza ConstantState che contiene lo stato condiviso di questo oggetto Drawable.

[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

Valori restituiti

Oggetto ConstantState associato a tale oggetto Drawable.

Attributi

Commenti

per android.graphics.drawable.Drawable.getConstantState().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche