NSWindow.FrameRectFor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- contentRect
- CGRect
Retours
- Attributs
S’applique à
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
Paramètres
- contectRect
- CGRect
- styleMask
- NSWindowStyle
Retours
- Attributs