QLPreviewPanelDelegate.ShouldZoom(NSWindow, CGRect) 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.
[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