A 2D geometric transform that applies a horizontal and vertical scale.

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

Syntax

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

Inheritance Hierarchy

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

See Also