Show / Hide Table of Contents

Class Matrix3DProjection

Enables you to apply a Matrix3D to an object.

Inheritance
System.Object
DependencyObject
Projection
Matrix3DProjection
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class Matrix3DProjection : Projection, IDependencyObject

Constructors

| Improve this Doc View Source

Matrix3DProjection()

Initializes a new instance of a Matrix3DProjection class.

Declaration
[NotImplemented]
public Matrix3DProjection()

Fields

| Improve this Doc View Source

ProjectionMatrixProperty

Identifies the ProjectionMatrix dependency property.

Declaration
[NotImplemented]
public static readonly DependencyProperty ProjectionMatrixProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

ProjectionMatrix

Gets or sets the Matrix3D that is used for the projection that is applied to the object.

Declaration
[NotImplemented]
public Matrix3D ProjectionMatrix { get; set; }
Property Value
Type Description
Matrix3D

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source