Share via


NSCell.GetFocusRingMaskBounds(CGRect, NSView) Method

Definition

[Foundation.Export("focusRingMaskBoundsForFrame:inView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetFocusRingMaskBounds(CoreGraphics.CGRect cellFrame, AppKit.NSView controlView);
[<Foundation.Export("focusRingMaskBoundsForFrame:inView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFocusRingMaskBounds : CoreGraphics.CGRect * AppKit.NSView -> CoreGraphics.CGRect
override this.GetFocusRingMaskBounds : CoreGraphics.CGRect * AppKit.NSView -> CoreGraphics.CGRect

Parameters

cellFrame
CGRect
controlView
NSView

Returns

Attributes

Applies to