IPointerPointTransform.Inverse Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the inverse of the specified transformation.
public:
property IPointerPointTransform ^ Inverse { IPointerPointTransform ^ get(); };
IPointerPointTransform Inverse();
public IPointerPointTransform Inverse { get; }
var iPointerPointTransform = iPointerPointTransform.inverse;
Public ReadOnly Property Inverse As IPointerPointTransform
Property Value
The inverse of the pointer transformation.