NSWindow.SetFrame Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetFrame(CGRect, Boolean, Boolean) | |
SetFrame(CGRect, Boolean) |
SetFrame(CGRect, Boolean, Boolean)
[Foundation.Export("setFrame:display:animate:")]
public virtual void SetFrame (CoreGraphics.CGRect frameRect, bool display, bool animate);
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
SetFrame(CGRect, Boolean)
[Foundation.Export("setFrame:display:")]
public virtual void SetFrame (CoreGraphics.CGRect frameRect, bool display);
abstract member SetFrame : CoreGraphics.CGRect * bool -> unit
override this.SetFrame : CoreGraphics.CGRect * bool -> unit
Parameters
- frameRect
- CGRect
- display
- Boolean
- Attributes