ViewGroup.RequestTransparentRegion(View) Method
Definition
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.
[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
Parameters
- child
- View
the view requesting the transparent region computation
Implements
- Attributes
Remarks
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.