IPointerPointTransform Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides generalized transformation functions.
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
C#
[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
- Attributes
IPointerPointTransform is used by a GestureRecognizer to get transformation information for an input pointer.
Inverse |
Gets the inverse of the specified transformation. |
Try |
Attempts to perform the transformation on the specified input point. |
Try |
Transforms the specified bounding rectangle. |
Продукт | Версії |
---|---|
Windows App SDK | 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |