Share via


NSWindow.SetFrame Method

Definition

Overloads

SetFrame(CGRect, Boolean)

[Foundation.Export("setFrame:display:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetFrame(CoreGraphics.CGRect frameRect, bool display);
[<Foundation.Export("setFrame:display:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetFrame : CoreGraphics.CGRect * bool -> unit
override this.SetFrame : CoreGraphics.CGRect * bool -> unit

Parameters

frameRect
CGRect
display
Boolean
Attributes

Applies to

SetFrame(CGRect, Boolean, Boolean)

[Foundation.Export("setFrame:display:animate:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetFrame(CoreGraphics.CGRect frameRect, bool display, bool animate);
[<Foundation.Export("setFrame:display:animate:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetFrame : CoreGraphics.CGRect * bool * bool -> unit
override this.SetFrame : CoreGraphics.CGRect * bool * bool -> unit

Parameters

frameRect
CGRect
display
Boolean
animate
Boolean
Attributes

Applies to