NSLayoutManager.GetGlyphRange Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetGlyphRange(NSRange, NSRange) | |
GetGlyphRange(NSRange, IntPtr) | |
GetGlyphRange(NSRange) | |
GetGlyphRange(NSTextContainer) |
Intervallo di indici glifi contenuti nell'oggetto specificato 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
Parametri
- characterRange
- NSRange
- actualCharacterRange
-
IntPtr
nativeint
Restituisce
- Attributi
Si applica a
GetGlyphRange(NSRange)
GetGlyphRange(NSTextContainer)
Intervallo di indici glifi contenuti nell'oggetto specificato 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
Parametri
- container
- NSTextContainer
Restituisce
- Attributi