Share via


QLPreviewPanelDelegate.WillUseFullScreenContentSize(NSWindow, CGSize) Method

Definition

[Foundation.Export("window:willUseFullScreenContentSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize WillUseFullScreenContentSize(AppKit.NSWindow window, CoreGraphics.CGSize proposedSize);
[<Foundation.Export("window:willUseFullScreenContentSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillUseFullScreenContentSize : AppKit.NSWindow * CoreGraphics.CGSize -> CoreGraphics.CGSize
override this.WillUseFullScreenContentSize : AppKit.NSWindow * CoreGraphics.CGSize -> CoreGraphics.CGSize

Parameters

window
NSWindow
proposedSize
CGSize

Returns

Implements

Attributes

Applies to