IXRGeneralTransform::Transform (Compact 2013)

3/28/2014

This method transforms the specified x-y coordinate and returns the target x-y coordinate.

Syntax

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

Parameters

  • pPoint
    [in, out] Pointer to an XRPoint structure that describes the x-y coordinates to transform. On return, the XRPoint structure describes the x-y coordinates after XAML for Windows Embedded applies the transformation.

Return Value

Returns an HRESULT that indicates success or failure.

Returns XR_E_INVALID_OBJECT if pPoint is not a XAML for Windows Embedded object.

Remarks

This method is called in a derived class and applies the transformation defined in that class.

.NET Framework Equivalent

System.Windows.Media.GeneralTransform.Transform

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRGeneralTransform