C# 클래스 ImageProcessor.Processors.Rotate

Encapsulates methods to rotate an image.
상속: IGraphicsProcessor
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

메소드 설명
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

Rotate ( ) : System

Initializes a new instance of the Rotate class.

비공개 메소드들

메소드 설명
RotateImage ( Image image, float rotateAtX, float rotateAtY, float angle ) : Bitmap

Rotates an image to the given angle at the given position.

Based on

메소드 상세

ProcessImage() 공개 메소드

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
리턴 Image

Rotate() 공개 메소드

Initializes a new instance of the Rotate class.
public Rotate ( ) : System
리턴 System