NSWindow.FrameRectFor Method

Definition

Overloads

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

Parameters

contentRect
CGRect

Returns

Attributes

Applies to

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

Parameters

contectRect
CGRect
styleMask
NSWindowStyle

Returns

Attributes

Applies to