Class Matrix3DProjection
Enables you to apply a Matrix3D to an object.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class Matrix3DProjection : Projection
Constructors
| Improve this Doc View SourceMatrix3DProjection()
Initializes a new instance of a Matrix3DProjection class.
Declaration
[NotImplemented]
public Matrix3DProjection()
Fields
| Improve this Doc View SourceProjectionMatrixProperty
Identifies the ProjectionMatrix dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty ProjectionMatrixProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceProjectionMatrix
Gets or sets the Matrix3D that is used for the projection that is applied to the object.
Declaration
[NotImplemented]
public Matrix3D ProjectionMatrix { get; set; }
Property Value
Type | Description |
---|---|
Matrix3D |