C# Class NAPS2.Scan.Images.Transforms.RotationTransform

Inheritance: NAPS2.Scan.Images.Transforms.Transform
Exibir arquivo Open project: cyanfish/naps2 Class Usage Examples

Public Methods

Method Description
CanSimplify ( NAPS2.Scan.Images.Transforms.Transform other ) : bool
NormalizeAngle ( double angle ) : double
Perform ( Bitmap bitmap ) : Bitmap
RotationTransform ( ) : System
RotationTransform ( RotateFlipType rotateFlipType ) : System
RotationTransform ( double angle ) : System
Simplify ( NAPS2.Scan.Images.Transforms.Transform other ) : NAPS2.Scan.Images.Transforms.Transform

Method Details

CanSimplify() public method

public CanSimplify ( NAPS2.Scan.Images.Transforms.Transform other ) : bool
other NAPS2.Scan.Images.Transforms.Transform
return bool

NormalizeAngle() public static method

public static NormalizeAngle ( double angle ) : double
angle double
return double

Perform() public method

public Perform ( Bitmap bitmap ) : Bitmap
bitmap System.Drawing.Bitmap
return System.Drawing.Bitmap

RotationTransform() public method

public RotationTransform ( ) : System
return System

RotationTransform() public method

public RotationTransform ( RotateFlipType rotateFlipType ) : System
rotateFlipType RotateFlipType
return System

RotationTransform() public method

public RotationTransform ( double angle ) : System
angle double
return System

Simplify() public method

public Simplify ( NAPS2.Scan.Images.Transforms.Transform other ) : NAPS2.Scan.Images.Transforms.Transform
other NAPS2.Scan.Images.Transforms.Transform
return NAPS2.Scan.Images.Transforms.Transform