Matrix3D
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class Matrix3D : AutomationObject<Matrix3D>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Matrix3D>Matrix3D
Implements:
Inherited Members
Constructors
C#
public Matrix3D()
Fields
C#
public static AutomationProperty DeterminantProperty
C#
public static AutomationProperty HasInverseProperty
C#
public static AutomationProperty IdentityProperty
C#
public static AutomationProperty IsAffineProperty
C#
public static AutomationProperty IsIdentityProperty
C#
public static AutomationProperty M11Property
C#
public static AutomationProperty M12Property
C#
public static AutomationProperty M13Property
C#
public static AutomationProperty M14Property
C#
public static AutomationProperty M21Property
C#
public static AutomationProperty M22Property
C#
public static AutomationProperty M23Property
C#
public static AutomationProperty M24Property
C#
public static AutomationProperty M31Property
C#
public static AutomationProperty M32Property
C#
public static AutomationProperty M33Property
C#
public static AutomationProperty M34Property
C#
public static AutomationProperty M44Property
C#
public static AutomationProperty OffsetXProperty
C#
public static AutomationProperty OffsetYProperty
C#
public static AutomationProperty OffsetZProperty
Properties
C#
[DataMember]
public virtual double Determinant { get; set; }
C#
[DataMember]
public virtual bool HasInverse { get; set; }
C#
[DataMember]
public virtual bool IsIdentity { get; set; }