Compartilhar via


NSLayoutManager.LineFragmentRectForGlyphAtIndex Método

Definição

Sobrecargas

LineFragmentRectForGlyphAtIndex(nuint, NSRange)
Obsoleto.

Retorna o retângulo do fragmento de linha no qual o glifo em é disposto.

LineFragmentRectForGlyphAtIndex(nuint)
Obsoleto.

O RectangleF que inclui o fragmento de linha no qual o glifo fornecido é disposto.

LineFragmentRectForGlyphAtIndex(nuint, NSRange)

Cuidado

Use 'GetLineFragmentRect' instead.

Retorna o retângulo do fragmento de linha no qual o glifo em é disposto.

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

Parâmetros

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

No retorno, preenchido com todo o intervalo de glifos no fragmento de linha retornado.

Retornos

Atributos

Aplica-se a

LineFragmentRectForGlyphAtIndex(nuint)

Cuidado

Use 'GetLineFragmentRect' instead.

O RectangleF que inclui o fragmento de linha no qual o glifo fornecido é disposto.

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

Parâmetros

glyphIndex
System.System.UIntPtr System.unativeint

Retornos

Atributos

Aplica-se a