NSLayoutManager.AttachmentSizeForGlyphAtIndex(nuint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にあるグリフに関連付けられている添付セルのサイズ
[Foundation.Export("attachmentSizeForGlyphAtIndex:")]
public virtual CoreGraphics.CGSize AttachmentSizeForGlyphAtIndex (nuint glyphIndex);
abstract member AttachmentSizeForGlyphAtIndex : nuint -> CoreGraphics.CGSize
override this.AttachmentSizeForGlyphAtIndex : nuint -> CoreGraphics.CGSize
パラメーター
- glyphIndex
- System.System.UIntPtr System.unativeint
戻り値
のグリフ glyphIndex
にある添付セルのサイズ。 指定したグリフに添付ファイルがない場合は、{-1.0f, -1.0f} を返します。
- 属性