次の方法で共有


NSLayoutManager.LocationForGlyphAtIndex(nuint) メソッド

定義

指定したインデックスにあるグリフの位置。含まれている行フラグメントの原点を基準にした位置。

[Foundation.Export("locationForGlyphAtIndex:")]
public virtual CoreGraphics.CGPoint LocationForGlyphAtIndex (nuint glyphIndex);
abstract member LocationForGlyphAtIndex : nuint -> CoreGraphics.CGPoint
override this.LocationForGlyphAtIndex : nuint -> CoreGraphics.CGPoint

パラメーター

glyphIndex
System.System.UIntPtr System.unativeint

戻り値

属性

注釈

このメソッドは、 で glyphIndexグリフを含む行フラグメントのグリフをレイアウトして生成します。

適用対象