Share via


NSSplitViewDelegate.GetAdditionalEffectiveRect(NSSplitView, IntPtr) Method

Definition

[Foundation.Export("splitView:additionalEffectiveRectOfDividerAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect GetAdditionalEffectiveRect(AppKit.NSSplitView splitView, IntPtr dividerIndex);
[<Foundation.Export("splitView:additionalEffectiveRectOfDividerAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAdditionalEffectiveRect : AppKit.NSSplitView * nativeint -> CoreGraphics.CGRect
override this.GetAdditionalEffectiveRect : AppKit.NSSplitView * nativeint -> CoreGraphics.CGRect

Parameters

splitView
NSSplitView
dividerIndex
IntPtr

nativeint

Returns

Implements

Attributes

Applies to