次の方法で共有


NSWindow.FrameRectFor メソッド

定義

オーバーロード

FrameRectFor(CGRect)
FrameRectFor(CGRect, NSWindowStyle)

FrameRectFor(CGRect)

[Foundation.Export("frameRectForContentRect:")]
public virtual CoreGraphics.CGRect FrameRectFor (CoreGraphics.CGRect contentRect);
abstract member FrameRectFor : CoreGraphics.CGRect -> CoreGraphics.CGRect
override this.FrameRectFor : CoreGraphics.CGRect -> CoreGraphics.CGRect

パラメーター

contentRect
CGRect

戻り値

属性

適用対象

FrameRectFor(CGRect, NSWindowStyle)

[Foundation.Export("frameRectForContentRect:styleMask:")]
public static CoreGraphics.CGRect FrameRectFor (CoreGraphics.CGRect contectRect, AppKit.NSWindowStyle styleMask);
static member FrameRectFor : CoreGraphics.CGRect * AppKit.NSWindowStyle -> CoreGraphics.CGRect

パラメーター

contectRect
CGRect
styleMask
NSWindowStyle

戻り値

属性

適用対象