NSLayoutManager.GlyphAtIndex 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
- 属性