skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Free Tools
    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
    • Test Studio Trainings
    • Test Studio Consulting
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class Matrix3D

Inheritance
System.Object
AutomationObject<Matrix3D>
Matrix3D
Inherited Members
AutomationObject<Matrix3D>.GetProperty(AutomationProperty)
AutomationObject<Matrix3D>.GetProperty(AutomationProperty, Object)
AutomationObject<Matrix3D>.SetProperty(AutomationProperty, Object)
AutomationObject<Matrix3D>.InvokeMethod(AutomationMethod, Object[])
AutomationObject<Matrix3D>.InvokeMethod(String, Object[])
AutomationObject<Matrix3D>.Serialize()
AutomationObject<Matrix3D>.Deserialize(String)
AutomationObject<Matrix3D>.AssignReference(AutomationReference)
AutomationObject<Matrix3D>.ToRealObject()
AutomationObject<Matrix3D>.FromRealObject(Object)
AutomationObject<Matrix3D>.Reference
AutomationObject<Matrix3D>.PropertyBag
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

Declaration
public static AutomationProperty DeterminantProperty
Field Value
AutomationProperty

HasInverseProperty

Declaration
public static AutomationProperty HasInverseProperty
Field Value
AutomationProperty

IdentityProperty

Declaration
public static AutomationProperty IdentityProperty
Field Value
AutomationProperty

IsAffineProperty

Declaration
public static AutomationProperty IsAffineProperty
Field Value
AutomationProperty

IsIdentityProperty

Declaration
public static AutomationProperty IsIdentityProperty
Field Value
AutomationProperty

M11Property

Declaration
public static AutomationProperty M11Property
Field Value
AutomationProperty

M12Property

Declaration
public static AutomationProperty M12Property
Field Value
AutomationProperty

M13Property

Declaration
public static AutomationProperty M13Property
Field Value
AutomationProperty

M14Property

Declaration
public static AutomationProperty M14Property
Field Value
AutomationProperty

M21Property

Declaration
public static AutomationProperty M21Property
Field Value
AutomationProperty

M22Property

Declaration
public static AutomationProperty M22Property
Field Value
AutomationProperty

M23Property

Declaration
public static AutomationProperty M23Property
Field Value
AutomationProperty

M24Property

Declaration
public static AutomationProperty M24Property
Field Value
AutomationProperty

M31Property

Declaration
public static AutomationProperty M31Property
Field Value
AutomationProperty

M32Property

Declaration
public static AutomationProperty M32Property
Field Value
AutomationProperty

M33Property

Declaration
public static AutomationProperty M33Property
Field Value
AutomationProperty

M34Property

Declaration
public static AutomationProperty M34Property
Field Value
AutomationProperty

M44Property

Declaration
public static AutomationProperty M44Property
Field Value
AutomationProperty

OffsetXProperty

Declaration
public static AutomationProperty OffsetXProperty
Field Value
AutomationProperty

OffsetYProperty

Declaration
public static AutomationProperty OffsetYProperty
Field Value
AutomationProperty

OffsetZProperty

Declaration
public static AutomationProperty OffsetZProperty
Field Value
AutomationProperty

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

Declaration
public virtual Matrix3D Identity { get; set; }
Property Value
Matrix3D

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()
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.