GeneralTransform::Inverse Property

 

Gets the inverse transformation of this GeneralTransform, if possible.

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

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

Property Value

Type: System.Windows.Media::GeneralTransform^

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

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