Class Matrix3D
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Matrix3D : AutomationObject<Matrix3D>, IAutomationPeer, IPeerConverter
Constructors
Matrix3D()
Declaration
public Matrix3D()
Fields
DeterminantProperty
HasInverseProperty
IdentityProperty
IsAffineProperty
IsIdentityProperty
M11Property
M12Property
M13Property
M14Property
M21Property
M22Property
M23Property
M24Property
M31Property
M32Property
M33Property
M34Property
M44Property
OffsetXProperty
OffsetYProperty
OffsetZProperty
Properties
Determinant
Declaration
public virtual double Determinant { get; set; }
Property Value
System.Double
|
HasInverse
Declaration
public virtual bool HasInverse { get; set; }
Property Value
System.Boolean
|
Identity
IsAffine
Declaration
public virtual bool IsAffine { get; set; }
Property Value
System.Boolean
|
IsIdentity
Declaration
public virtual bool IsIdentity { get; set; }
Property Value
System.Boolean
|
M11
Declaration
public virtual double M11 { get; set; }
Property Value
System.Double
|
M12
Declaration
public virtual double M12 { get; set; }
Property Value
System.Double
|
M13
Declaration
public virtual double M13 { get; set; }
Property Value
System.Double
|
M14
Declaration
public virtual double M14 { get; set; }
Property Value
System.Double
|
M21
Declaration
public virtual double M21 { get; set; }
Property Value
System.Double
|
M22
Declaration
public virtual double M22 { get; set; }
Property Value
System.Double
|
M23
Declaration
public virtual double M23 { get; set; }
Property Value
System.Double
|
M24
Declaration
public virtual double M24 { get; set; }
Property Value
System.Double
|
M31
Declaration
public virtual double M31 { get; set; }
Property Value
System.Double
|
M32
Declaration
public virtual double M32 { get; set; }
Property Value
System.Double
|
M33
Declaration
public virtual double M33 { get; set; }
Property Value
System.Double
|
M34
Declaration
public virtual double M34 { get; set; }
Property Value
System.Double
|
M44
Declaration
public virtual double M44 { get; set; }
Property Value
System.Double
|
OffsetX
Declaration
public virtual double OffsetX { get; set; }
Property Value
System.Double
|
OffsetY
Declaration
public virtual double OffsetY { get; set; }
Property Value
System.Double
|
OffsetZ
Declaration
public virtual double OffsetZ { get; set; }
Property Value
System.Double
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
ArtOfTest.WebAii.Silverlight.AutomationObject<ArtOfTest.WebAii.Controls.Xaml.Wpf.Matrix3D>.GetRealType()