NSWindow.ContentRectFor 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
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
Parameters
- frameRect
- CGRect
Returns
- Attributes
Applies to
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
Parameters
- forFrameRect
- CGRect
- styleMask
- NSWindowStyle
Returns
- Attributes