NSWindowDelegate.WillResizeForVersionBrowser(NSWindow, CGSize, CGSize) Method

Definition

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

Parameters

window
NSWindow
maxPreferredSize
CGSize
maxAllowedSize
CGSize

Returns

Attributes

Applies to