NSLayoutManager.GetGlyphRange 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
GetGlyphRange(NSRange, NSRange) | |
GetGlyphRange(NSRange, IntPtr) | |
GetGlyphRange(NSRange) | |
GetGlyphRange(NSTextContainer) |
The range of glyph indices contained in the specified NSTextContainer. |
GetGlyphRange(NSRange, NSRange)
GetGlyphRange(NSRange, IntPtr)
[Foundation.Export("glyphRangeForCharacterRange:actualCharacterRange:")]
protected virtual Foundation.NSRange GetGlyphRange (Foundation.NSRange characterRange, IntPtr actualCharacterRange);
abstract member GetGlyphRange : Foundation.NSRange * nativeint -> Foundation.NSRange
override this.GetGlyphRange : Foundation.NSRange * nativeint -> Foundation.NSRange
Parameters
- characterRange
- NSRange
- actualCharacterRange
-
IntPtr
nativeint
Returns
- Attributes
Applies to
GetGlyphRange(NSRange)
GetGlyphRange(NSTextContainer)
The range of glyph indices contained in the specified NSTextContainer.
[Foundation.Export("glyphRangeForTextContainer:")]
public virtual Foundation.NSRange GetGlyphRange (UIKit.NSTextContainer container);
abstract member GetGlyphRange : UIKit.NSTextContainer -> Foundation.NSRange
override this.GetGlyphRange : UIKit.NSTextContainer -> Foundation.NSRange
Parameters
- container
- NSTextContainer
Returns
- Attributes