GeneralTransform3D.Inverse Property

Definition

Gets the inverse transformation of this GeneralTransform3D, if possible.

public:
 abstract property System::Windows::Media::Media3D::GeneralTransform3D ^ Inverse { System::Windows::Media::Media3D::GeneralTransform3D ^ get(); };
public abstract System.Windows.Media.Media3D.GeneralTransform3D Inverse { get; }
member this.Inverse : System.Windows.Media.Media3D.GeneralTransform3D
Public MustOverride ReadOnly Property Inverse As GeneralTransform3D

Property Value

An inverse of this instance, if possible; otherwise, null.

Remarks

Inverse is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to