Share via


UIWindowScene.RequestGeometryUpdate Method

Definition

[Foundation.Export("requestGeometryUpdateWithPreferences:errorHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RequestGeometryUpdate(UIKit.UIWindowSceneGeometryPreferences geometryPreferences, Action<Foundation.NSError>? errorHandler);
[<Foundation.Export("requestGeometryUpdateWithPreferences:errorHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestGeometryUpdate : UIKit.UIWindowSceneGeometryPreferences * Action<Foundation.NSError> -> unit
override this.RequestGeometryUpdate : UIKit.UIWindowSceneGeometryPreferences * Action<Foundation.NSError> -> unit

Parameters

geometryPreferences
UIWindowSceneGeometryPreferences
errorHandler
Action<NSError>
Attributes

Applies to