PointerPoint.GetTransformedPoint(IPointerPointTransform) Method
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.
Retrieves a new PointerPoint object by transforming the current PointerPoint with an application-defined transform.
public:
virtual PointerPoint ^ GetTransformedPoint(IPointerPointTransform ^ transform) = GetTransformedPoint;
PointerPoint GetTransformedPoint(IPointerPointTransform const& transform);
public PointerPoint GetTransformedPoint(IPointerPointTransform transform);
function getTransformedPoint(transform)
Public Function GetTransformedPoint (transform As IPointerPointTransform) As PointerPoint
Parameters
- transform
- IPointerPointTransform
The application-defined transform.
Returns
The transformed PointerPoint or null, if the application-defined transform fails.