NSWindow.SetFrame 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- 屬性