Share via


INSTextElementProvider.GetLocation(INSTextLocation, IntPtr) Method

Definition

[Foundation.Export("locationFromLocation:withOffset:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.INSTextLocation? GetLocation(AppKit.INSTextLocation location, IntPtr offset);
[<Foundation.Export("locationFromLocation:withOffset:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to