共用方式為


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)

轉換指定的周框。

適用於