Share via


IXRUIElement::SetProjection (Compact 7)

3/12/2014

This method sets the three-dimensional (3-D) transformation to apply when Silverlight for Windows Embedded displays a UI element.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetProjection(
    IXRProjection* pProjection
) = 0;

Parameters

  • pProjection
    [in] 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