Share via


NSTextLayoutManager.EnumerateRenderingAttributes Method

Definition

[Foundation.Export("enumerateRenderingAttributesFromLocation:reverse:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnumerateRenderingAttributes(UIKit.INSTextLocation location, bool reverse, UIKit.NSTextLayoutManagerEnumerateRenderingAttributesDelegate handler);
[<Foundation.Export("enumerateRenderingAttributesFromLocation:reverse:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnumerateRenderingAttributes : UIKit.INSTextLocation * bool * UIKit.NSTextLayoutManagerEnumerateRenderingAttributesDelegate -> unit
override this.EnumerateRenderingAttributes : UIKit.INSTextLocation * bool * UIKit.NSTextLayoutManagerEnumerateRenderingAttributesDelegate -> unit

Parameters

location
INSTextLocation
reverse
Boolean
Attributes

Applies to