NSTextLayoutManagerDelegate.GetTextLayoutFragment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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