Share via


NSView.SetBoundsSize(CGSize) Method

Definition

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

Parameters

newSize
CGSize
Attributes

Applies to