共用方式為


NSLayoutManager.LineFragmentRectForGlyphAtIndex 方法

定義

多載

LineFragmentRectForGlyphAtIndex(nuint, NSRange)
已淘汰.

傳回配置字元所線上條片段的矩形。

LineFragmentRectForGlyphAtIndex(nuint)
已淘汰.

將指定字元配置所在的線條片段括住的 RectangleF。

LineFragmentRectForGlyphAtIndex(nuint, NSRange)

警告

Use 'GetLineFragmentRect' instead.

傳回配置字元所線上條片段的矩形。

[System.Obsolete("Use 'GetLineFragmentRect' instead.")]
public CoreGraphics.CGRect LineFragmentRectForGlyphAtIndex (nuint glyphIndex, ref Foundation.NSRange effectiveGlyphRange);
member this.LineFragmentRectForGlyphAtIndex : nuint *  -> CoreGraphics.CGRect

參數

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

在傳回時,填入傳回行片段中整個字元範圍。

傳回

屬性

適用於

LineFragmentRectForGlyphAtIndex(nuint)

警告

Use 'GetLineFragmentRect' instead.

將指定字元配置所在的線條片段括住的 RectangleF。

[System.Obsolete("Use 'GetLineFragmentRect' instead.")]
public CoreGraphics.CGRect LineFragmentRectForGlyphAtIndex (nuint glyphIndex);
member this.LineFragmentRectForGlyphAtIndex : nuint -> CoreGraphics.CGRect

參數

glyphIndex
System.System.UIntPtr System.unativeint

傳回

屬性

適用於