다음을 통해 공유


CoreTextLayoutBounds 클래스

정의

텍스트 범위 또는 텍스트 입력 컨트롤에 대한 경계 상자의 화면 좌표를 나타냅니다.

public ref class CoreTextLayoutBounds sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreTextLayoutBounds final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreTextLayoutBounds
Public NotInheritable Class CoreTextLayoutBounds
상속
Object Platform::Object IInspectable CoreTextLayoutBounds
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

이 형식의 개체는 CoreTextEditContext.LayoutRequested 이벤트 처리기의 처리기 내 CoreTextLayoutRequestedEventArgs.Request 속성에서 가져온 CoreTextLayoutRequest 개체의 LayoutBounds 속성에서 가져올 수 있습니다.

속성

ControlBounds

텍스트 입력 컨트롤의 화면 좌표에서 경계 상자를 가져오거나 설정합니다.

TextBounds

텍스트 범위의 화면 좌표에서 경계 상자를 가져오거나 설정합니다.

적용 대상