Share via


NSView.ResizeSubviewsWithOldSize(CGSize) Method

Definition

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

Parameters

oldSize
CGSize
Attributes

Applies to