Compartir a través de


NSWindow.ContentRectFor Método

Definición

Sobrecargas

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

Parámetros

frameRect
CGRect

Devoluciones

Atributos

Se aplica a

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

Parámetros

forFrameRect
CGRect
styleMask
NSWindowStyle

Devoluciones

Atributos

Se aplica a