다음을 통해 공유


NSWindow.SetFrame 메서드

정의

오버로드

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

매개 변수

frameRect
CGRect
display
Boolean
animate
Boolean
특성

적용 대상

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

매개 변수

frameRect
CGRect
display
Boolean
특성

적용 대상