IXRMatrix::Transform (Compact 2013)

3/28/2014

This method transforms the specified source x,y coordinate by using the math in this matrix and returns the target x,y coordinate.

Syntax

 virtual HRESULT STDMETHODCALLTYPE Transform(
    XRPoint* pPoint,
    XRPoint* pValue
) = 0;

Parameters

  • pPoint
    [in] Pointer to an XRPoint structure that describes the x,y coordinate to transform.
  • pValue
    [out] Pointer to an XRPoint structure that describes the result of applying the math in this matrix to pPoint.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Matrix.Transform

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrix