Edit

Share via


NSWindowDelegate.ShouldZoom(NSWindow, CGRect) Method

Definition

[Foundation.Export("windowShouldZoom:toFrame:")]
public virtual bool ShouldZoom (AppKit.NSWindow window, CoreGraphics.CGRect newFrame);
abstract member ShouldZoom : AppKit.NSWindow * CoreGraphics.CGRect -> bool
override this.ShouldZoom : AppKit.NSWindow * CoreGraphics.CGRect -> bool

Parameters

window
NSWindow
newFrame
CGRect

Returns

Attributes

Applies to