NSAttributedString.GetCoreTextAttributes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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