NSLayoutManager.GlyphAtIndex 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
| Name | Description |
|---|---|
| GlyphAtIndex(UIntPtr) |
Developers should not use this deprecated method. Developers should use GetGlyph(UIntPtr, Boolean) instead. |
| GlyphAtIndex(UIntPtr, Boolean) |
Developers should use GetGlyph(UIntPtr, Boolean) rather than this deprecated method. |
GlyphAtIndex(UIntPtr)
Developers should not use this deprecated method. Developers should use GetGlyph(UIntPtr, Boolean) instead.
[Foundation.Export("glyphAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ushort GlyphAtIndex(UIntPtr glyphIndex);
[<Foundation.Export("glyphAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint -> uint16
override this.GlyphAtIndex : unativeint -> uint16
Parameters
- glyphIndex
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
GlyphAtIndex(UIntPtr, Boolean)
Developers should use GetGlyph(UIntPtr, Boolean) rather than this deprecated method.
[Foundation.Export("glyphAtIndex:isValidIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual ushort GlyphAtIndex(UIntPtr glyphIndex, ref bool isValidIndex);
[<Foundation.Export("glyphAtIndex:isValidIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint * bool -> uint16
override this.GlyphAtIndex : unativeint * bool -> uint16
Parameters
- glyphIndex
-
UIntPtr
unativeint
- isValidIndex
- Boolean
Returns
- Attributes