Share via


NSTextSelectionDataSource.GetLocation(INSTextLocation, IntPtr) Method

Definition

[Foundation.Export("locationFromLocation:withOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.INSTextLocation? GetLocation(AppKit.INSTextLocation location, IntPtr offset);
[<Foundation.Export("locationFromLocation:withOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLocation : AppKit.INSTextLocation * nativeint -> AppKit.INSTextLocation
override this.GetLocation : AppKit.INSTextLocation * nativeint -> AppKit.INSTextLocation

Parameters

location
INSTextLocation
offset
IntPtr

nativeint

Returns

Implements

Attributes

Applies to