SurfaceControl.Transaction.SetOpaque(SurfaceControl, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작성기가 지정된 표면을 불투명으로 처리할지 여부를 설정합니다.
[Android.Runtime.Register("setOpaque", "(Landroid/view/SurfaceControl;Z)Landroid/view/SurfaceControl$Transaction;", "GetSetOpaque_Landroid_view_SurfaceControl_ZHandler", ApiSince=33)]
public virtual Android.Views.SurfaceControl.Transaction SetOpaque(Android.Views.SurfaceControl sc, bool isOpaque);
[<Android.Runtime.Register("setOpaque", "(Landroid/view/SurfaceControl;Z)Landroid/view/SurfaceControl$Transaction;", "GetSetOpaque_Landroid_view_SurfaceControl_ZHandler", ApiSince=33)>]
abstract member SetOpaque : Android.Views.SurfaceControl * bool -> Android.Views.SurfaceControl.Transaction
override this.SetOpaque : Android.Views.SurfaceControl * bool -> Android.Views.SurfaceControl.Transaction
매개 변수
sc에 사용되는 Android.Views.SurfaceControl 값입니다.
- isOpaque
- Boolean
사용되는 System.Boolean 값은 불투명합니다.
반품
불투명 작업 설정의 결과입니다.
- 특성
설명
자세한 내용은 android.view.SurfaceControl.Transaction.setOpaque에 대한 Android 참조 설명서를 참조하세요.
android.view.SurfaceControl.Transaction.setOpaque에 대한 Java 설명서입니다.
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.