Partager via


NSLayoutManager.GetGlyphRange Méthode

Définition

Surcharges

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

Plage d’index de glyphes contenue dans le spécifié NSTextContainer.

GetGlyphRange(NSRange, NSRange)

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

Paramètres

characterRange
NSRange
actualCharacterRange
NSRange

Retours

S’applique à

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

Paramètres

characterRange
NSRange
actualCharacterRange
IntPtr

nativeint

Retours

Attributs

S’applique à

GetGlyphRange(NSRange)

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

Paramètres

characterRange
NSRange

Retours

S’applique à

GetGlyphRange(NSTextContainer)

Plage d’index de glyphes contenue dans le spécifié 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

Paramètres

container
NSTextContainer

Retours

Attributs

S’applique à