NSAttributedString.GetCoreTextAttributes Method

Definition

Overloads

GetCoreTextAttributes(nint, NSRange, NSRange)
GetCoreTextAttributes(nint, NSRange)

GetCoreTextAttributes(nint, NSRange, NSRange)

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

Parameters

location
System.System.IntPtr System.nativeint
longestEffectiveRange
NSRange
rangeLimit
NSRange

Returns

Applies to

GetCoreTextAttributes(nint, NSRange)

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

Parameters

location
System.System.IntPtr System.nativeint
effectiveRange
NSRange

Returns

Applies to