MatrixTransform3D.Value Property

Definition

Gets a matrix representation of the 3-D transformation.

public override System.Windows.Media.Media3D.Matrix3D Value { get; }

Property Value

A Matrix3D representation of the 3-D transformation.

Examples

rotationMatrix3D = myRotateTransform3D.Value;
M11Text.Text = rotationMatrix3D.M11.ToString();

Remarks

The Value property inherits from the Transform3D class. The Value property enables you to convert any Transform3D object into a Matrix3D object. Because the MatrixTransform class is defined by using a Matrix3D, the Matrix and Value properties always return the same value. The MatrixTransform3D class exposes the Matrix property to enable write access.

Applies to

Өнім Нұсқалар
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9