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 UIKit.INSTextLayoutManagerDelegate This, UIKit.NSTextLayoutManager textLayoutManager, Foundation.NSObject link, UIKit.INSTextLocation location, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> renderingAttributes);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetRenderingAttributes : UIKit.INSTextLayoutManagerDelegate * UIKit.NSTextLayoutManager * Foundation.NSObject * UIKit.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