NSLayoutManager.GetGlyphRange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetGlyphRange(NSRange, NSRange) | |
GetGlyphRange(NSRange, IntPtr) | |
GetGlyphRange(NSRange) | |
GetGlyphRange(NSTextContainer) |
O intervalo de índices de glifo contidos no especificado NSTextContainer. |
GetGlyphRange(NSRange, NSRange)
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
Retornos
- Atributos
Aplica-se a
GetGlyphRange(NSRange)
GetGlyphRange(NSTextContainer)
O intervalo de índices de glifo contidos no 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
Retornos
- Atributos