Share via


NSTextLayoutManager.GetOffsetFromLocation Method

Definition

[Foundation.Export("offsetFromLocation:toLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetOffsetFromLocation(AppKit.INSTextLocation from, AppKit.INSTextLocation to);
[<Foundation.Export("offsetFromLocation:toLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetOffsetFromLocation : AppKit.INSTextLocation * AppKit.INSTextLocation -> nativeint
override this.GetOffsetFromLocation : AppKit.INSTextLocation * AppKit.INSTextLocation -> nativeint

Parameters

Returns

IntPtr

nativeint

Implements

Attributes

Applies to