Share via


INSDrawerDelegate.DrawerWillResizeContents(NSDrawer, CGSize) Method

Definition

[Foundation.Export("drawerWillResizeContents:toSize:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize DrawerWillResizeContents(AppKit.NSDrawer sender, CoreGraphics.CGSize toSize);
[<Foundation.Export("drawerWillResizeContents:toSize:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to