PlaneProjection.ProjectionMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the projection matrix of the PlaneProjection.
public:
property Matrix3D ProjectionMatrix { Matrix3D get(); };
Matrix3D ProjectionMatrix();
public Matrix3D ProjectionMatrix { get; }
var matrix3D = planeProjection.projectionMatrix;
Public ReadOnly Property ProjectionMatrix As Matrix3D
Property Value
The projection matrix of the PlaneProjection. The default value is null.