ClassMatrixCamera
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class MatrixCamera : Camera, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Camera>CameraMatrixCamera
Implements:
Inherited Members
Constructors
MatrixCamera()
Declaration
cs-api-definition
public MatrixCamera()
Fields
ProjectionMatrixProperty
Declaration
cs-api-definition
public static AutomationProperty ProjectionMatrixProperty
Field Value
ViewMatrixProperty
Declaration
cs-api-definition
public static AutomationProperty ViewMatrixProperty
Field Value
Properties
ProjectionMatrix
Declaration
cs-api-definition
[DataMember]
public Matrix3D ProjectionMatrix { get; set; }
Property Value
ViewMatrix
Declaration
cs-api-definition
[DataMember]
public Matrix3D ViewMatrix { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type