SurfaceControl.Transaction.SetDamageRegion(SurfaceControl, Region) 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("setDamageRegion", "(Landroid/view/SurfaceControl;Landroid/graphics/Region;)Landroid/view/SurfaceControl$Transaction;", "GetSetDamageRegion_Landroid_view_SurfaceControl_Landroid_graphics_Region_Handler", ApiSince=33)]
public virtual Android.Views.SurfaceControl.Transaction SetDamageRegion (Android.Views.SurfaceControl sc, Android.Graphics.Region? region);
[<Android.Runtime.Register("setDamageRegion", "(Landroid/view/SurfaceControl;Landroid/graphics/Region;)Landroid/view/SurfaceControl$Transaction;", "GetSetDamageRegion_Landroid_view_SurfaceControl_Landroid_graphics_Region_Handler", ApiSince=33)>]
abstract member SetDamageRegion : Android.Views.SurfaceControl * Android.Graphics.Region -> Android.Views.SurfaceControl.Transaction
override this.SetDamageRegion : Android.Views.SurfaceControl * Android.Graphics.Region -> Android.Views.SurfaceControl.Transaction
Parameters
- region
- Region
Returns
- Attributes