Share via


INSTextLayoutManagerDelegate.GetTextLayoutFragment Method

Definition

[Foundation.Export("textLayoutManager:textLayoutFragmentForLocation:inTextElement:")]
[Foundation.OptionalMember]
[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:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to