다음을 통해 공유


NSWindow.ContentRectFor 메서드

정의

오버로드

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

매개 변수

frameRect
CGRect

반환

특성

적용 대상

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

매개 변수

forFrameRect
CGRect
styleMask
NSWindowStyle

반환

특성

적용 대상