Langue

Window.SetDefaultWindowFormat(Int32) Méthode

Définition

Définissez le format par défaut de la fenêtre, conformément aux types PixelFormat.

[Android.Runtime.Register("setDefaultWindowFormat", "(I)V", "GetSetDefaultWindowFormat_IHandler")]
protected virtual void SetDefaultWindowFormat(int format);
[<Android.Runtime.Register("setDefaultWindowFormat", "(I)V", "GetSetDefaultWindowFormat_IHandler")>]
abstract member SetDefaultWindowFormat : int -> unit
override this.SetDefaultWindowFormat : int -> unit

Paramètres

format
Int32

Nouveau format de fenêtre (voir PixelFormat).

Attributs

Remarques

Définissez le format par défaut de la fenêtre, conformément aux types PixelFormat. Il s’agit du format qui sera utilisé, sauf si le client spécifie dans un format explicite avec setFormat() ;

Java documentation pour android.view.Window.setDefaultWindowFormat(int).

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