다음을 통해 공유


NSLayoutManager.GetTextContainer 메서드

정의

오버로드

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

레이아웃을 NSTextContainer 트리거하지 않는 옵션을 사용하여 에서 문자 모양을 포함하는 을 가져옵니다.

GetTextContainer(nuint)

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

매개 변수

glyphIndex
System.System.UIntPtr System.unativeint

반환

적용 대상

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

매개 변수

glyphIndex
System.System.UIntPtr System.unativeint
effectiveGlyphRange
NSRange

반환

특성

적용 대상

GetTextContainer(nuint, Boolean)

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

매개 변수

glyphIndex
System.System.UIntPtr System.unativeint
flag
Boolean

반환

적용 대상

GetTextContainer(nuint, NSRange, Boolean)

레이아웃을 NSTextContainer 트리거하지 않는 옵션을 사용하여 에서 문자 모양을 포함하는 을 가져옵니다.

[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

매개 변수

glyphIndex
System.System.UIntPtr System.unativeint

사각형이 요청되는 문자 모양의 인덱스입니다.

effectiveGlyphRange
NSRange

그렇지 않은 null경우 줄 조각에 있는 모든 문자 모양 범위입니다.

withoutAdditionalLayout
Boolean

이면 true문자 모양 생성 및 레이아웃이 수행되지 않습니다.

반환

특성

적용 대상