Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.03 KB

transform3d.md

File metadata and controls

25 lines (16 loc) · 1.03 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.Media3D.Transform3D
winrt class

Windows.UI.Xaml.Media.Media3D.Transform3D

-description

The base class for the CompositeTransform3D and PerspectiveTransform3D classes.

-remarks

Transform3D serves as a base class for the CompositeTransform3D class and the PerspectiveTransform3D class, but it has no methods and cannot be publicly instantiated on its own.

For more info about using Transform3D, see the UIElement.Transform3D property.

-examples

-see-also

DependencyObject, CompositeTransform3D class, PerspectiveTransform3D class, UIElement.Transform3D