NSLayoutManager.InsertGlyph(UInt32, nint, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Foundation.Export("insertGlyph:atGlyphIndex:characterIndex:")]
public virtual void InsertGlyph(uint glyph, nint glyphIndex, nint charIndex);
abstract member InsertGlyph : uint32 * nint * nint -> unit
override this.InsertGlyph : uint32 * nint * nint -> unit
参数
- glyph
- UInt32
- glyphIndex
- System.System.IntPtr System.nativeint
- charIndex
- System.System.IntPtr System.nativeint
- 属性