IPointerPointTransform 接口

定义

提供通用转换函数。

public interface class IPointerPointTransform
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3678900668, 39245, 21703, 146, 239, 102, 234, 29, 233, 180, 60)]
struct IPointerPointTransform
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.Guid(3678900668, 39245, 21703, 146, 239, 102, 234, 29, 233, 180, 60)]
public interface IPointerPointTransform
Public Interface IPointerPointTransform
属性

注解

IPointerPointTransform 由 GestureRecognizer 用来获取输入指针的转换信息。

属性

Inverse

获取指定转换的反函数。

方法

TryTransform(Point, Point)

尝试对指定的输入点执行转换。

TryTransformBounds(Rect, Rect)

转换指定的边框。

适用于