NSTextSelectionNavigation.GetTextSelectionsInteracting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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[]
- modifiers
- NSTextSelectionNavigationModifier
- selecting
- Boolean
- bounds
- CGRect
Returns
- Attributes