Transform::Inverse Property

 

Gets the inverse of this transform, if it exists.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property GeneralTransform^ Inverse {
	virtual GeneralTransform^ get() override;
}

Property Value

Type: System.Windows.Media::GeneralTransform^

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

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: