NSWindow.SetFrame Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- frameRect
- CGRect
- display
- Boolean
- animate
- Boolean
- Attribute
Gilt für:
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
Parameter
- frameRect
- CGRect
- display
- Boolean
- Attribute