次の方法で共有


IXRGeneralTransform::Transform (Windows Embedded CE 6.0)

1/6/2010

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 coordinate to transform that, on return contains an XRPoint structure that describes the x-y coordinates after Silverlight 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 Silverlight 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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRGeneralTransform