次の方法で共有


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)

指定した外接する四角形を変換します。

適用対象