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 中引入)

注解

此类型的对象可以从 CoreTextLayoutRequest 对象的LayoutBounds 属性获取,该对象从 CoreTextEditContext.LayoutRequested 事件处理程序的处理程序内的 CoreTextLayoutRequestedEventArgs.Request 属性获取。

属性

ControlBounds

获取或设置文本输入控件的屏幕坐标中的边界框。

TextBounds

获取或设置文本范围的屏幕坐标中的边界框。

适用于