Table of Contents

Class ScaleTransform

Namespace
NAPS2.Images.Transforms
Assembly
NAPS2.Images.dll
public record ScaleTransform : Transform, IEquatable<Transform>, IEquatable<ScaleTransform>
Inheritance
ScaleTransform
Implements
Inherited Members

Constructors

ScaleTransform()

public ScaleTransform()

ScaleTransform(double)

public ScaleTransform(double scaleFactor)

Parameters

scaleFactor double

Properties

IsNull

Gets a value that indicates whether the transform is a null transformation (i.e. has no effect).

public override bool IsNull { get; }

Property Value

bool

ScaleFactor

public double ScaleFactor { get; }

Property Value

double