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 uint GlyphAtIndex(UIntPtr glyphIndex);
[<Foundation.Export("glyphAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint -> uint32
override this.GlyphAtIndex : unativeint -> uint32
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 uint GlyphAtIndex(UIntPtr glyphIndex, ref bool isValidIndex);
[<Foundation.Export("glyphAtIndex:isValidIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GlyphAtIndex : unativeint * bool -> uint32
override this.GlyphAtIndex : unativeint * bool -> uint32
Parameters
- glyphIndex
-
UIntPtr
unativeint
- isValidIndex
- Boolean
Returns
- Attributes