NSWindow.FrameRectFor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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