NSWindow.ContentRectFor Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retornos
- Atributos
Aplica-se 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
Retornos
- Atributos