Freigeben über


NSLayoutManager.GetTextContainer Methode

Definition

Überlädt

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

Ruft den ab, der NSTextContainer die Glyphe bei enthält, mit der Option, das Layout nicht auszulösen.

GetTextContainer(nuint)

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

Parameter

glyphIndex
System.System.UIntPtr System.unativeint

Gibt zurück

Gilt für:

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

Parameter

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

Gibt zurück

Attribute

Gilt für:

GetTextContainer(nuint, Boolean)

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

Parameter

glyphIndex
System.System.UIntPtr System.unativeint
flag
Boolean

Gibt zurück

Gilt für:

GetTextContainer(nuint, NSRange, Boolean)

Ruft den ab, der NSTextContainer die Glyphe bei enthält, mit der Option, das Layout nicht auszulösen.

[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

Parameter

glyphIndex
System.System.UIntPtr System.unativeint

Der Index der Glyphe, für die das Rechteck angefordert wird.

effectiveGlyphRange
NSRange

Andernfalls nullder Bereich aller Glyphen im Zeilenfragment.

withoutAdditionalLayout
Boolean

Wenn true, werden die Glyphengenerierung und das Layout nicht ausgeführt.

Gibt zurück

Attribute

Gilt für: