SurfaceControl.Transaction.Merge(SurfaceControl+Transaction) 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.
Merge the other transaction into this transaction, clearing the other transaction as if it had been applied.
[Android.Runtime.Register("merge", "(Landroid/view/SurfaceControl$Transaction;)Landroid/view/SurfaceControl$Transaction;", "GetMerge_Landroid_view_SurfaceControl_Transaction_Handler", ApiSince=29)]
public virtual Android.Views.SurfaceControl.Transaction Merge(Android.Views.SurfaceControl.Transaction other);
[<Android.Runtime.Register("merge", "(Landroid/view/SurfaceControl$Transaction;)Landroid/view/SurfaceControl$Transaction;", "GetMerge_Landroid_view_SurfaceControl_Transaction_Handler", ApiSince=29)>]
abstract member Merge : Android.Views.SurfaceControl.Transaction -> Android.Views.SurfaceControl.Transaction
override this.Merge : Android.Views.SurfaceControl.Transaction -> Android.Views.SurfaceControl.Transaction
Parameters
The Android.Views.SurfaceControl+Transaction value used for other.
Returns
The result of the merge operation.
- Attributes
Remarks
For details, see the Android reference documentation for android.view.SurfaceControl.Transaction.merge.
Java documentation for android.view.SurfaceControl.Transaction.merge.
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.