Share via


NSView.SetFrameSize(CGSize) Method

Definition

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

Parameters

newSize
CGSize
Attributes

Applies to