次の方法で共有


IXRMatrix::Transform (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRMatrix