Share via


NSTextLayoutManagerDelegate.GetTextLayoutFragment Method

Definition

[Foundation.Export("textLayoutManager:textLayoutFragmentForLocation:inTextElement:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTextLayoutFragment GetTextLayoutFragment(AppKit.NSTextLayoutManager textLayoutManager, AppKit.INSTextLocation location, AppKit.NSTextElement textElement);
[<Foundation.Export("textLayoutManager:textLayoutFragmentForLocation:inTextElement:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTextLayoutFragment : AppKit.NSTextLayoutManager * AppKit.INSTextLocation * AppKit.NSTextElement -> AppKit.NSTextLayoutFragment
override this.GetTextLayoutFragment : AppKit.NSTextLayoutManager * AppKit.INSTextLocation * AppKit.NSTextElement -> AppKit.NSTextLayoutFragment

Parameters

textLayoutManager
NSTextLayoutManager
location
INSTextLocation
textElement
NSTextElement

Returns

Implements

Attributes

Applies to