IPointerPointTransform Interface
Definition
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
[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
Remarks
IPointerPointTransform is used by a GestureRecognizer to get transformation information for an input pointer.
Properties
Inverse |
Gets the inverse of the specified transformation. |
Methods
TryTransform(Point, Point) |
Attempts to perform the transformation on the specified input point. |
TryTransformBounds(Rect, Rect) |
Transforms the specified bounding rectangle. |