NSLayoutManagerDelegate.ShouldUseTemporaryAttributes 方法

定义

[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

参数

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

nativeint

返回

属性

适用于