NSLayoutManager.LineFragmentRectForGlyphAtIndex 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性