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
戻り値
- 属性