Compartir a través de


NSLayoutManager.GetGlyphRange Método

Definición

Sobrecargas

GetGlyphRange(NSRange, NSRange)
GetGlyphRange(NSRange, IntPtr)
GetGlyphRange(NSRange)
GetGlyphRange(NSTextContainer)

Intervalo de índices de glifo contenidos en el especificado NSTextContainer.

GetGlyphRange(NSRange, NSRange)

public Foundation.NSRange GetGlyphRange (Foundation.NSRange characterRange, out Foundation.NSRange actualCharacterRange);
member this.GetGlyphRange : Foundation.NSRange *  -> Foundation.NSRange

Parámetros

characterRange
NSRange
actualCharacterRange
NSRange

Devoluciones

Se aplica a

GetGlyphRange(NSRange, IntPtr)

[Foundation.Export("glyphRangeForCharacterRange:actualCharacterRange:")]
protected virtual Foundation.NSRange GetGlyphRange (Foundation.NSRange characterRange, IntPtr actualCharacterRange);
abstract member GetGlyphRange : Foundation.NSRange * nativeint -> Foundation.NSRange
override this.GetGlyphRange : Foundation.NSRange * nativeint -> Foundation.NSRange

Parámetros

characterRange
NSRange
actualCharacterRange
IntPtr

nativeint

Devoluciones

Atributos

Se aplica a

GetGlyphRange(NSRange)

public Foundation.NSRange GetGlyphRange (Foundation.NSRange characterRange);
member this.GetGlyphRange : Foundation.NSRange -> Foundation.NSRange

Parámetros

characterRange
NSRange

Devoluciones

Se aplica a

GetGlyphRange(NSTextContainer)

Intervalo de índices de glifo contenidos en el especificado NSTextContainer.

[Foundation.Export("glyphRangeForTextContainer:")]
public virtual Foundation.NSRange GetGlyphRange (UIKit.NSTextContainer container);
abstract member GetGlyphRange : UIKit.NSTextContainer -> Foundation.NSRange
override this.GetGlyphRange : UIKit.NSTextContainer -> Foundation.NSRange

Parámetros

container
NSTextContainer

Devoluciones

Atributos

Se aplica a