Share via


NSTextLayoutManagerDelegate_Extensions.GetRenderingAttributes Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? GetRenderingAttributes(this AppKit.INSTextLayoutManagerDelegate This, AppKit.NSTextLayoutManager textLayoutManager, Foundation.NSObject link, AppKit.INSTextLocation location, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> renderingAttributes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRenderingAttributes : AppKit.INSTextLayoutManagerDelegate * AppKit.NSTextLayoutManager * Foundation.NSObject * AppKit.INSTextLocation * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

textLayoutManager
NSTextLayoutManager
link
NSObject
location
INSTextLocation
renderingAttributes
NSDictionary<NSString,NSObject>

Returns

Attributes

Applies to