SurfaceControl.Transaction.SetGeometry 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("setGeometry", "(Landroid/view/SurfaceControl;Landroid/graphics/Rect;Landroid/graphics/Rect;I)Landroid/view/SurfaceControl$Transaction;", "GetSetGeometry_Landroid_view_SurfaceControl_Landroid_graphics_Rect_Landroid_graphics_Rect_IHandler", ApiSince=29)]
public virtual Android.Views.SurfaceControl.Transaction SetGeometry (Android.Views.SurfaceControl sc, Android.Graphics.Rect? sourceCrop, Android.Graphics.Rect? destFrame, Android.Views.SurfaceOrientation orientation);
[<Android.Runtime.Register("setGeometry", "(Landroid/view/SurfaceControl;Landroid/graphics/Rect;Landroid/graphics/Rect;I)Landroid/view/SurfaceControl$Transaction;", "GetSetGeometry_Landroid_view_SurfaceControl_Landroid_graphics_Rect_Landroid_graphics_Rect_IHandler", ApiSince=29)>]
abstract member SetGeometry : Android.Views.SurfaceControl * Android.Graphics.Rect * Android.Graphics.Rect * Android.Views.SurfaceOrientation -> Android.Views.SurfaceControl.Transaction
override this.SetGeometry : Android.Views.SurfaceControl * Android.Graphics.Rect * Android.Graphics.Rect * Android.Views.SurfaceOrientation -> Android.Views.SurfaceControl.Transaction
Parameters
- sourceCrop
- Rect
- destFrame
- Rect
- orientation
- SurfaceOrientation
Returns
- Attributes