NSWindow.ContentRectFor 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ContentRectFor(CGRect) | |
ContentRectFor(CGRect, NSWindowStyle) |
ContentRectFor(CGRect)
[Foundation.Export("contentRectForFrameRect:")]
public virtual CoreGraphics.CGRect ContentRectFor (CoreGraphics.CGRect frameRect);
abstract member ContentRectFor : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.ContentRectFor : CoreGraphics.CGRect -> CoreGraphics.CGRect
參數
- frameRect
- CGRect
傳回
- 屬性
適用於
ContentRectFor(CGRect, NSWindowStyle)
[Foundation.Export("contentRectForFrameRect:styleMask:")]
public static CoreGraphics.CGRect ContentRectFor (CoreGraphics.CGRect forFrameRect, AppKit.NSWindowStyle styleMask);
static member ContentRectFor : CoreGraphics.CGRect * AppKit.NSWindowStyle -> CoreGraphics.CGRect
參數
- forFrameRect
- CGRect
- styleMask
- NSWindowStyle
傳回
- 屬性