NSWindowDelegate.WillUseFullScreenContentSize(NSWindow, CGSize) Method

Definition

[Foundation.Export("window:willUseFullScreenContentSize:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGSize WillUseFullScreenContentSize (AppKit.NSWindow window, CoreGraphics.CGSize proposedSize);
abstract member WillUseFullScreenContentSize : AppKit.NSWindow * CoreGraphics.CGSize -> CoreGraphics.CGSize
override this.WillUseFullScreenContentSize : AppKit.NSWindow * CoreGraphics.CGSize -> CoreGraphics.CGSize

Parameters

window
NSWindow
proposedSize
CGSize

Returns

Attributes

Applies to