ViewGroup.RequestTransparentRegion(View) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a child wants the view hierarchy to gather and report transparent regions to the window compositor.
C#
[Android.Runtime.Register("requestTransparentRegion", "(Landroid/view/View;)V", "GetRequestTransparentRegion_Landroid_view_View_Handler")]
public virtual void RequestTransparentRegion (Android.Views.View? child);
[<Android.Runtime.Register("requestTransparentRegion", "(Landroid/view/View;)V", "GetRequestTransparentRegion_Landroid_view_View_Handler")>]
abstract member RequestTransparentRegion : Android.Views.View -> unit
override this.RequestTransparentRegion : Android.Views.View -> unit
- child
- View
the view requesting the transparent region computation
- Attributes
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Produkt | Wersje |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |