Delivers the inverse transform.

Namespace: TallComponents.PDF.Transforms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public MatrixTransform Inverse { get; }
Visual Basic
Public ReadOnly Property Inverse As MatrixTransform
	Get

Remarks

This will not modify the current transform.

See Also