NSLayoutManager.GetTextContainer 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
문자 모양 생성 및 레이아웃이 수행되지 않습니다.
반환
- 특성