Share via


NSWindow.FrameRectFor Metodo

Definizione

Overload

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

Parametri

contentRect
CGRect

Restituisce

Attributi

Si applica a

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

Parametri

contectRect
CGRect
styleMask
NSWindowStyle

Restituisce

Attributi

Si applica a