Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.02 KB

projection.md

File metadata and controls

31 lines (19 loc) · 1.02 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.Projection
winrt class

Windows.UI.Xaml.Media.Projection

-description

Provides a base class for projections, which describe how to transform an object in 3-D space using perspective transforms.

-remarks

A Projection is the property type used by the UIElement.Projection property. Use either a Matrix3DProjection or PlaneProjection to supply this property value.

Projection derived classes

Projection is the parent class for several derived classes that define different categories of projection effects:

-examples

-see-also

DependencyObject, Matrix3DProjection, PlaneProjection