IXRProjection (Compact 2013)

3/28/2014

This C++ class represents the base class for a projection, which transforms a UI object in three-dimensional (3-D) space.

Syntax

IXRProjection : public IXRDependencyObject

Inheritance Hierarchy

IXRDependencyObject

     IXRProjection

Methods

This class provides no new methods. All its methods are inherited from IXRDependencyObject.

Thread Safety

Members of this class are thread safe if you previously called IXRApplication::CreateHostFromXaml and supplied it with an XRWindowCreateParams structure that has AllowsMultipleThreadAccess set to true.

Remarks

IXRProjection is the base class for IXRPlaneProjection.

If you create a class instance, use an IXRProjectionPtr smart pointer instead of a raw interface pointer. For more information, see XRPtr<Interface>.

.NET Framework Equivalent

System.Windows.Media.Projection

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

Classes for Visual Appearance