NSViewController.ViewWillTransition(CGSize) 方法

定义

[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

参数

newSize
CGSize
属性

适用于