Transform.Inverse Property

Definition

Gets the inverse of this transform, if it exists.

public:
 virtual property System::Windows::Media::GeneralTransform ^ Inverse { System::Windows::Media::GeneralTransform ^ get(); };
public override System.Windows.Media.GeneralTransform Inverse { get; }
member this.Inverse : System.Windows.Media.GeneralTransform
Public Overrides ReadOnly Property Inverse As GeneralTransform

Property Value

The inverse of this transform, if it exists; otherwise, null.

Applies to