Condividi tramite


NSLayoutManager.CharacterRangeForGlyphRange Metodo

Definizione

Overload

CharacterRangeForGlyphRange(NSRange)
Obsoleti.

Intervallo di caratteri che ha generato i glifi nell'intervallo di glifi specificato.

CharacterRangeForGlyphRange(NSRange, NSRange)

Intervallo di caratteri che ha generato l'intervallo di glifi specificato.

CharacterRangeForGlyphRange(NSRange)

Attenzione

Use 'GetCharacterRange' instead.

Intervallo di caratteri che ha generato i glifi nell'intervallo di glifi specificato.

[System.Obsolete("Use 'GetCharacterRange' instead.")]
public Foundation.NSRange CharacterRangeForGlyphRange (Foundation.NSRange charRange);
member this.CharacterRangeForGlyphRange : Foundation.NSRange -> Foundation.NSRange

Parametri

charRange
NSRange

Restituisce

Attributi

Si applica a

CharacterRangeForGlyphRange(NSRange, NSRange)

Intervallo di caratteri che ha generato l'intervallo di glifi specificato.

public Foundation.NSRange CharacterRangeForGlyphRange (Foundation.NSRange charRange, ref Foundation.NSRange actualCharRange);
member this.CharacterRangeForGlyphRange : Foundation.NSRange *  -> Foundation.NSRange

Parametri

charRange
NSRange
actualCharRange
NSRange

Restituisce

Si applica a