Lingua

WindowInsets.Builder.SetFrame(Int32, Int32) Metodo

Definizione

Imposta le dimensioni del frame utilizzate per costruire gli inset di finestre.

[Android.Runtime.Register("setFrame", "(II)Landroid/view/WindowInsets$Builder;", "", ApiSince=35)]
public Android.Views.WindowInsets.Builder SetFrame(int width, int height);
[<Android.Runtime.Register("setFrame", "(II)Landroid/view/WindowInsets$Builder;", "", ApiSince=35)>]
member this.SetFrame : int * int -> Android.Views.WindowInsets.Builder

Parametri

width
Int32

Valore System.Int32 utilizzato per la larghezza.

height
Int32

Valore System.Int32 utilizzato per l'altezza.

Valori restituiti

Risultato dell'operazione set frame.

Attributi

Commenti

Per informazioni dettagliate, vedere la documentazione di riferimento di Android per android.view.WindowInsets.Builder.setFrame.

per android.view.WindowInsets.Builder.setFrame.

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