ClassMatrix3D
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
[DataContract]
public class Matrix3D : AutomationObject<Matrix3D>, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<Matrix3D>Matrix3D
Implements:
Inherited Members
Constructors
Matrix3D()
Declaration
public Matrix3D()
Fields
DeterminantProperty
Declaration
public static AutomationProperty DeterminantProperty
Field Value
HasInverseProperty
Declaration
public static AutomationProperty HasInverseProperty
Field Value
IdentityProperty
Declaration
public static AutomationProperty IdentityProperty
Field Value
IsAffineProperty
Declaration
public static AutomationProperty IsAffineProperty
Field Value
IsIdentityProperty
Declaration
public static AutomationProperty IsIdentityProperty
Field Value
M11Property
Declaration
public static AutomationProperty M11Property
Field Value
M12Property
Declaration
public static AutomationProperty M12Property
Field Value
M13Property
Declaration
public static AutomationProperty M13Property
Field Value
M14Property
Declaration
public static AutomationProperty M14Property
Field Value
M21Property
Declaration
public static AutomationProperty M21Property
Field Value
M22Property
Declaration
public static AutomationProperty M22Property
Field Value
M23Property
Declaration
public static AutomationProperty M23Property
Field Value
M24Property
Declaration
public static AutomationProperty M24Property
Field Value
M31Property
Declaration
public static AutomationProperty M31Property
Field Value
M32Property
Declaration
public static AutomationProperty M32Property
Field Value
M33Property
Declaration
public static AutomationProperty M33Property
Field Value
M34Property
Declaration
public static AutomationProperty M34Property
Field Value
M44Property
Declaration
public static AutomationProperty M44Property
Field Value
OffsetXProperty
Declaration
public static AutomationProperty OffsetXProperty
Field Value
OffsetYProperty
Declaration
public static AutomationProperty OffsetYProperty
Field Value
OffsetZProperty
Declaration
public static AutomationProperty OffsetZProperty
Field Value
Properties
Determinant
Declaration
[DataMember]
public virtual double Determinant { get; set; }
Property Value
HasInverse
Declaration
[DataMember]
public virtual bool HasInverse { get; set; }
Property Value
Identity
Declaration
[DataMember]
public virtual Matrix3D Identity { get; set; }
Property Value
IsAffine
Declaration
[DataMember]
public virtual bool IsAffine { get; set; }
Property Value
IsIdentity
Declaration
[DataMember]
public virtual bool IsIdentity { get; set; }
Property Value
M11
Declaration
[DataMember]
public virtual double M11 { get; set; }
Property Value
M12
Declaration
[DataMember]
public virtual double M12 { get; set; }
Property Value
M13
Declaration
[DataMember]
public virtual double M13 { get; set; }
Property Value
M14
Declaration
[DataMember]
public virtual double M14 { get; set; }
Property Value
M21
Declaration
[DataMember]
public virtual double M21 { get; set; }
Property Value
M22
Declaration
[DataMember]
public virtual double M22 { get; set; }
Property Value
M23
Declaration
[DataMember]
public virtual double M23 { get; set; }
Property Value
M24
Declaration
[DataMember]
public virtual double M24 { get; set; }
Property Value
M31
Declaration
[DataMember]
public virtual double M31 { get; set; }
Property Value
M32
Declaration
[DataMember]
public virtual double M32 { get; set; }
Property Value
M33
Declaration
[DataMember]
public virtual double M33 { get; set; }
Property Value
M34
Declaration
[DataMember]
public virtual double M34 { get; set; }
Property Value
M44
Declaration
[DataMember]
public virtual double M44 { get; set; }
Property Value
OffsetX
Declaration
[DataMember]
public virtual double OffsetX { get; set; }
Property Value
OffsetY
Declaration
[DataMember]
public virtual double OffsetY { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type