IPointerPointTransform インターフェイス

定義

一般化された変換関数を提供します。

public interface class IPointerPointTransform
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1298129231, 47228, 16424, 188, 156, 89, 233, 148, 127, 176, 86)]
struct IPointerPointTransform
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1298129231, 47228, 16424, 188, 156, 89, 233, 148, 127, 176, 86)]
public interface IPointerPointTransform
Public Interface IPointerPointTransform
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

このインターフェイスを直接呼び出さないでください。 IPointerPointTransform は、入力ポインターの変換情報を取得するために GestureRecognizer によって使用されます。

プロパティ

Inverse

指定した変換の逆関数を取得します。

メソッド

TransformBounds(Rect)

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

TryTransform(Point, Point)

指定した入力ポイントに対して変換の実行を試みます。

適用対象