NSLayoutManager.GlyphAtIndex Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GlyphAtIndex(nint) | |
GlyphAtIndex(nint, Boolean) |
GlyphAtIndex(nint)
[Foundation.Export("glyphAtIndex:")]
public virtual uint GlyphAtIndex (nint glyphIndex);
abstract member GlyphAtIndex : nint -> uint32
override this.GlyphAtIndex : nint -> uint32
Параметры
- glyphIndex
- System.System.IntPtr System.nativeint
Возвращаемое значение
- Атрибуты
Применяется к
GlyphAtIndex(nint, Boolean)
[Foundation.Export("glyphAtIndex:isValidIndex:")]
public virtual uint GlyphAtIndex (nint glyphIndex, ref bool isValidIndex);
abstract member GlyphAtIndex : nint * -> uint32
override this.GlyphAtIndex : nint * -> uint32
Параметры
- glyphIndex
- System.System.IntPtr System.nativeint
- isValidIndex
- Boolean
Возвращаемое значение
- Атрибуты