IAttachedSurfaceControl.BuildReparentTransaction(SurfaceControl) 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.
[Android.Runtime.Register("buildReparentTransaction", "(Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction;", "GetBuildReparentTransaction_Landroid_view_SurfaceControl_Handler:Android.Views.IAttachedSurfaceControlInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public Android.Views.SurfaceControl.Transaction? BuildReparentTransaction(Android.Views.SurfaceControl child);
	[<Android.Runtime.Register("buildReparentTransaction", "(Landroid/view/SurfaceControl;)Landroid/view/SurfaceControl$Transaction;", "GetBuildReparentTransaction_Landroid_view_SurfaceControl_Handler:Android.Views.IAttachedSurfaceControlInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member BuildReparentTransaction : Android.Views.SurfaceControl -> Android.Views.SurfaceControl.Transaction
	Parameters
- child
 - SurfaceControl
 
Returns
- Attributes