Share via


NSDrawerDelegate.DrawerWillResizeContents(NSDrawer, CGSize) Method

Definition

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

Parameters

sender
NSDrawer
toSize
CGSize

Returns

Implements

Attributes

Applies to