The identity transform. This class cannot be instanciated. Instead you retrieve an existing IndentityTransform object from the static Identity property of the Transform class.

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

Syntax

C#
public class IdentityTransform : Transform
Visual Basic
Public Class IdentityTransform _
	Inherits Transform

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Transforms..::..Transform
    TallComponents.PDF.Transforms..::..IdentityTransform

See Also