언어

WindowInsets.Builder.SetFrame(Int32, Int32) 메서드

정의

창 인셋을 생성하는 데 사용되는 프레임 크기를 설정합니다.

[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

매개 변수

width
Int32

너비에 사용되는 System.Int32 값입니다.

height
Int32

높이에 사용되는 System.Int32 값입니다.

반품

프레임 설정 작업의 결과입니다.

특성

설명

자세한 내용은 android.view.WindowInsets.Builder.setFrame에 대한 Android 참조 설명서를 참조하세요.

android.view.WindowInsets.Builder.setFrame에 대한 Java 설명서입니다.

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상