共用方式為


NSLayoutManager.LineFragmentUsedRectForGlyphAtIndex 方法

定義

多載

LineFragmentUsedRectForGlyphAtIndex(nuint)
已淘汰.

RectangleF,在指定的字元Index 處括住圖像的線條片段。

LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange)
已淘汰.

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

LineFragmentUsedRectForGlyphAtIndex(nuint)

警告

Use 'GetLineFragmentUsedRect' instead.

RectangleF,在指定的字元Index 處括住圖像的線條片段。

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

參數

glyphIndex
System.System.UIntPtr System.unativeint

傳回

屬性

適用於

LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange)

警告

Use 'GetLineFragmentUsedRect' instead.

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

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

參數

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

傳回

屬性

適用於