Share via


NSTextSelectionNavigation.GetTextSelectionsInteracting Method

Definition

[Foundation.Export("textSelectionsInteractingAtPoint:inContainerAtLocation:anchors:modifiers:selecting:bounds:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextSelection[] GetTextSelectionsInteracting(CoreGraphics.CGPoint point, AppKit.INSTextLocation containerLocation, AppKit.NSTextSelection[] anchors, AppKit.NSTextSelectionNavigationModifier modifiers, bool selecting, CoreGraphics.CGRect bounds);
[<Foundation.Export("textSelectionsInteractingAtPoint:inContainerAtLocation:anchors:modifiers:selecting:bounds:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextSelectionsInteracting : CoreGraphics.CGPoint * AppKit.INSTextLocation * AppKit.NSTextSelection[] * AppKit.NSTextSelectionNavigationModifier * bool * CoreGraphics.CGRect -> AppKit.NSTextSelection[]
override this.GetTextSelectionsInteracting : CoreGraphics.CGPoint * AppKit.INSTextLocation * AppKit.NSTextSelection[] * AppKit.NSTextSelectionNavigationModifier * bool * CoreGraphics.CGRect -> AppKit.NSTextSelection[]

Parameters

point
CGPoint
containerLocation
INSTextLocation
anchors
NSTextSelection[]
selecting
Boolean
bounds
CGRect

Returns

Attributes

Applies to