次の方法で共有


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
属性

適用対象