NSViewController.ViewWillTransition(CGSize) Method

Definition

[Foundation.Export("viewWillTransitionToSize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ViewWillTransition (CoreGraphics.CGSize newSize);
abstract member ViewWillTransition : CoreGraphics.CGSize -> unit
override this.ViewWillTransition : CoreGraphics.CGSize -> unit

Parameters

newSize
CGSize
Attributes

Applies to