ContentCoordinateConverter 类

定义

在本地坐标空间和系统屏幕坐标之间转换。

[WebHostHidden]
public ref class ContentCoordinateConverter
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class ContentCoordinateConverter
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ContentCoordinateConverter
Public Class ContentCoordinateConverter
继承
Object Platform::Object IInspectable ContentCoordinateConverter
属性

方法

ConvertLocalToScreen(Point)

将提供的 的本地坐标转换为屏幕坐标空间, (调整为 RasterizationScale) 。

ConvertLocalToScreen(Point[])

将提供的 集合的本地坐标转换为屏幕坐标空间, (调整为 RasterizationScale) 。

ConvertLocalToScreen(Point[], ContentCoordinateRoundingMode)

将提供的 集合的本地坐标转换为屏幕坐标空间, (使用指定的舍入模式调整 RasterizationScale) 。

ConvertLocalToScreen(Rect)

将提供的 矩形 的本地坐标转换为屏幕坐标空间, (调整为 RasterizationScale) 。

ConvertScreenToLocal(PointInt32)

将提供的 的屏幕坐标转换为本地坐标空间, (调整为 RasterizationScale) 。

ConvertScreenToLocal(PointInt32[])

将提供的 集合的屏幕坐标转换为本地坐标空间, (调整为 RasterizationScale) 。

ConvertScreenToLocal(RectInt32)

将所提供的 矩形 的屏幕坐标转换为本地坐标空间, (调整为 RasterizationScale) 。

CreateForWindowId(WindowId)

为指定的 WindowId创建一个新ContentCoordinateConverter对象。

适用于