A 2D geometric transform that is defined by a 3-by-3 affine matrix.

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

Syntax

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

Inheritance Hierarchy

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

See Also