Share via


NSAttributedString.GetCoreTextAttributes Method

Definition

Overloads

GetCoreTextAttributes(IntPtr, NSRange)

public CoreText.CTStringAttributes? GetCoreTextAttributes(IntPtr location, out Foundation.NSRange effectiveRange);
member this.GetCoreTextAttributes : nativeint * NSRange -> CoreText.CTStringAttributes

Parameters

location
IntPtr

nativeint

effectiveRange
NSRange

Returns

Applies to

GetCoreTextAttributes(IntPtr, NSRange, NSRange)

public CoreText.CTStringAttributes? GetCoreTextAttributes(IntPtr location, out Foundation.NSRange longestEffectiveRange, Foundation.NSRange rangeLimit);
member this.GetCoreTextAttributes : nativeint * NSRange * Foundation.NSRange -> CoreText.CTStringAttributes

Parameters

location
IntPtr

nativeint

longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Applies to