C# 클래스 NAPS2.Scan.Images.Transforms.RotationTransform

상속: NAPS2.Scan.Images.Transforms.Transform
파일 보기 프로젝트 열기: cyanfish/naps2 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CanSimplify() 공개 메소드

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

NormalizeAngle() 공개 정적인 메소드

public static NormalizeAngle ( double angle ) : double
angle double
리턴 double

Perform() 공개 메소드

public Perform ( Bitmap bitmap ) : Bitmap
bitmap System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

RotationTransform() 공개 메소드

public RotationTransform ( ) : System
리턴 System

RotationTransform() 공개 메소드

public RotationTransform ( RotateFlipType rotateFlipType ) : System
rotateFlipType RotateFlipType
리턴 System

RotationTransform() 공개 메소드

public RotationTransform ( double angle ) : System
angle double
리턴 System

Simplify() 공개 메소드

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