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) |
轉換指定的周框。 |