Edit

Share via


NSLayoutManagerDelegate.ShouldUseTemporaryAttributes Method

Definition

[Foundation.Export("layoutManager:shouldUseTemporaryAttributes:forDrawingToScreen:atCharacterIndex:effectiveRange:")]
public virtual Foundation.NSDictionary ShouldUseTemporaryAttributes (AppKit.NSLayoutManager layoutManager, Foundation.NSDictionary temporaryAttributes, bool drawingToScreen, nint charIndex, IntPtr effectiveCharRange);
abstract member ShouldUseTemporaryAttributes : AppKit.NSLayoutManager * Foundation.NSDictionary * bool * nint * nativeint -> Foundation.NSDictionary
override this.ShouldUseTemporaryAttributes : AppKit.NSLayoutManager * Foundation.NSDictionary * bool * nint * nativeint -> Foundation.NSDictionary

Parameters

layoutManager
NSLayoutManager
temporaryAttributes
NSDictionary
drawingToScreen
Boolean
charIndex
System.System.IntPtr System.nativeint
effectiveCharRange
IntPtr

nativeint

Returns

Attributes

Applies to