Share via


NSView.GetRect(NSViewLayoutRegion) Method

Definition

[Foundation.Export("rectForLayoutRegion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetRect(AppKit.NSViewLayoutRegion layoutRegion);
[<Foundation.Export("rectForLayoutRegion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRect : AppKit.NSViewLayoutRegion -> CoreGraphics.CGRect
override this.GetRect : AppKit.NSViewLayoutRegion -> CoreGraphics.CGRect

Parameters

layoutRegion
NSViewLayoutRegion

Returns

Attributes

Applies to