Share via


INSTextLayoutManagerDelegate.GetTextLayoutFragment Method

Definition

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

Parameters

textLayoutManager
NSTextLayoutManager
location
INSTextLocation
textElement
NSTextElement

Returns

Attributes

Applies to