A 2D geometric transform that applies a translation.

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

Syntax

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

Inheritance Hierarchy

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

See Also