Share via


NSTextLayoutManager.GetRenderingAttributes(NSObject, INSTextLocation) Method

Definition

[Foundation.Export("renderingAttributesForLink:atLocation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> GetRenderingAttributes(Foundation.NSObject link, AppKit.INSTextLocation location);
[<Foundation.Export("renderingAttributesForLink:atLocation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRenderingAttributes : Foundation.NSObject * AppKit.INSTextLocation -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>
override this.GetRenderingAttributes : Foundation.NSObject * AppKit.INSTextLocation -> Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>

Parameters

link
NSObject
location
INSTextLocation

Returns

Attributes

Applies to