IXRUIElement::GetProjection (Compact 2013)

3/28/2014

This method retrieves the three-dimensional (3-D) transformation that XAML for Windows Embedded applies when it displays a UI element.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetProjection(
    IXRProjection** ppProjection
) = 0;

Parameters

  • ppProjection
    [out] Pointer to an IXRProjection derived object that defines a 3-D transformation.

Return Value

Returns an HRESULT that indicates whether or not the method succeeded.

.NET Framework Equivalent

System.Windows.UIElement.Projection

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRUIElement