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