IXRUIElement::SetProjection (Compact 2013)
3/28/2014
This method sets the three-dimensional (3-D) transformation to apply when XAML 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 |