Share via


NSSplitViewController.Resize(NSSplitView, CGSize) Method

Definition

[Foundation.Export("splitView:resizeSubviewsWithOldSize:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Resize(AppKit.NSSplitView splitView, CoreGraphics.CGSize oldSize);
[<Foundation.Export("splitView:resizeSubviewsWithOldSize:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Resize : AppKit.NSSplitView * CoreGraphics.CGSize -> unit
override this.Resize : AppKit.NSSplitView * CoreGraphics.CGSize -> unit

Parameters

splitView
NSSplitView
oldSize
CGSize

Implements

Attributes

Applies to