Share via


NSViewController.ViewWillTransition(CGSize) Method

Definition

[Foundation.Export("viewWillTransitionToSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ViewWillTransition(CoreGraphics.CGSize newSize);
[<Foundation.Export("viewWillTransitionToSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ViewWillTransition : CoreGraphics.CGSize -> unit
override this.ViewWillTransition : CoreGraphics.CGSize -> unit

Parameters

newSize
CGSize
Attributes

Applies to