Condividi tramite


NSLayoutManager.GetTextContainer Metodo

Definizione

Overload

GetTextContainer(nuint)
GetTextContainer(nuint, NSRange)
GetTextContainer(nuint, Boolean)
GetTextContainer(nuint, NSRange, Boolean)

Ottiene l'oggetto contenente il NSTextContainer glifo in , con l'opzione di non attivare il layout.

GetTextContainer(nuint)

public UIKit.NSTextContainer GetTextContainer (nuint glyphIndex);
member this.GetTextContainer : nuint -> UIKit.NSTextContainer

Parametri

glyphIndex
System.System.UIntPtr System.unativeint

Restituisce

Si applica a

GetTextContainer(nuint, NSRange)

[Foundation.Export("textContainerForGlyphAtIndex:effectiveRange:")]
public virtual UIKit.NSTextContainer GetTextContainer (nuint glyphIndex, out Foundation.NSRange effectiveGlyphRange);
abstract member GetTextContainer : nuint *  -> UIKit.NSTextContainer
override this.GetTextContainer : nuint *  -> UIKit.NSTextContainer

Parametri

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

Restituisce

Attributi

Si applica a

GetTextContainer(nuint, Boolean)

public UIKit.NSTextContainer GetTextContainer (nuint glyphIndex, bool flag);
member this.GetTextContainer : nuint * bool -> UIKit.NSTextContainer

Parametri

glyphIndex
System.System.UIntPtr System.unativeint
flag
Boolean

Restituisce

Si applica a

GetTextContainer(nuint, NSRange, Boolean)

Ottiene l'oggetto contenente il NSTextContainer glifo in , con l'opzione di non attivare il layout.

[Foundation.Export("textContainerForGlyphAtIndex:effectiveRange:withoutAdditionalLayout:")]
public virtual UIKit.NSTextContainer GetTextContainer (nuint glyphIndex, out Foundation.NSRange effectiveGlyphRange, bool withoutAdditionalLayout);
abstract member GetTextContainer : nuint *  * bool -> UIKit.NSTextContainer
override this.GetTextContainer : nuint *  * bool -> UIKit.NSTextContainer

Parametri

glyphIndex
System.System.UIntPtr System.unativeint

Indice del glifo per il quale viene richiesto il rect.

effectiveGlyphRange
NSRange

Se non null, l'intervallo di tutti gli glifi nel frammento di riga.

withoutAdditionalLayout
Boolean

Se true, la generazione e il layout del glifo non vengono eseguiti.

Restituisce

Attributi

Si applica a