Compartilhar via


NSLayoutManager.LineFragmentUsedRectForGlyphAtIndex Método

Definição

Sobrecargas

LineFragmentUsedRectForGlyphAtIndex(nuint)
Obsoleto.

O RectangleF que inclui o fragmento de linha para o glifo no glifoIndex especificado.

LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange)
Obsoleto.

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

LineFragmentUsedRectForGlyphAtIndex(nuint)

Cuidado

Use 'GetLineFragmentUsedRect' instead.

O RectangleF que inclui o fragmento de linha para o glifo no glifoIndex 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

Retornos

Atributos

Aplica-se a

LineFragmentUsedRectForGlyphAtIndex(nuint, NSRange)

Cuidado

Use 'GetLineFragmentUsedRect' instead.

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

[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

Retornos

Atributos

Aplica-se a