Share via


QLPreviewPanelDelegate.WillResize(NSWindow, CGSize) Method

Definition

[Foundation.Export("windowWillResize:toSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize WillResize(AppKit.NSWindow sender, CoreGraphics.CGSize toFrameSize);
[<Foundation.Export("windowWillResize:toSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillResize : AppKit.NSWindow * CoreGraphics.CGSize -> CoreGraphics.CGSize
override this.WillResize : AppKit.NSWindow * CoreGraphics.CGSize -> CoreGraphics.CGSize

Parameters

sender
NSWindow
toFrameSize
CGSize

Returns

Implements

Attributes

Applies to