Share via


UIViewController.WillAnimateRotation(UIInterfaceOrientation, Double) Method

Definition

[Foundation.Export("willAnimateRotationToInterfaceOrientation:duration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillAnimateRotation(UIKit.UIInterfaceOrientation toInterfaceOrientation, double duration);
[<Foundation.Export("willAnimateRotationToInterfaceOrientation:duration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillAnimateRotation : UIKit.UIInterfaceOrientation * double -> unit
override this.WillAnimateRotation : UIKit.UIInterfaceOrientation * double -> unit

Parameters

toInterfaceOrientation
UIInterfaceOrientation
duration
Double
Attributes

Applies to