Share via


NSView.ResizeWithOldSuperviewSize(CGSize) Method

Definition

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

Parameters

oldSize
CGSize
Attributes

Applies to