Share via


NSLayoutManager.LineFragmentUsedRectForGlyphAtIndex Método

Definición

Sobrecargas

LineFragmentUsedRectForGlyphAtIndex(nuint)
Obsoletos.

RectangleF que incluye el fragmento de línea del glifo en el glifo especificado.

LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange)
Obsoletos.

Devuelve el rectángulo de uso del fragmento de línea en el que se coloca el glifo.

LineFragmentUsedRectForGlyphAtIndex(nuint)

Precaución

Use 'GetLineFragmentUsedRect' instead.

RectangleF que incluye el fragmento de línea del glifo en el glifo especificado.

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

Parámetros

glyphIndex
System.System.UIntPtr System.unativeint

Devoluciones

Atributos

Se aplica a

LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange)

Precaución

Use 'GetLineFragmentUsedRect' instead.

Devuelve el rectángulo de uso del fragmento de línea en el que se coloca el glifo.

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

Parámetros

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

Devoluciones

Atributos

Se aplica a