NSWindowDelegate_Extensions.WillResizeForVersionBrowser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreGraphics.CGSize WillResizeForVersionBrowser (this AppKit.INSWindowDelegate This, AppKit.NSWindow window, CoreGraphics.CGSize maxPreferredSize, CoreGraphics.CGSize maxAllowedSize);
static member WillResizeForVersionBrowser : AppKit.INSWindowDelegate * AppKit.NSWindow * CoreGraphics.CGSize * CoreGraphics.CGSize -> CoreGraphics.CGSize
Parameters
- This
- INSWindowDelegate
- window
- NSWindow
- maxPreferredSize
- CGSize
- maxAllowedSize
- CGSize
Returns
- Attributes