IPointerPointTransform インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一般化された変換関数を提供します。
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) |
指定した外接する四角形を変換します。 |