NSLayoutManager.IsValidGlyph(UIntPtr) 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.
Whether the glyphIndex specifies a valid glyph.
[Foundation.Export("isValidGlyphIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsValidGlyph(UIntPtr glyphIndex);
[<Foundation.Export("isValidGlyphIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsValidGlyph : unativeint -> bool
override this.IsValidGlyph : unativeint -> bool
Parameters
- glyphIndex
-
UIntPtr
unativeint
Returns
- Attributes