C# 클래스 ImageProcessor.Imaging.Filters.Artistic.HalftoneFilter

The halftone filter applies a classical CMYK filter to the given image.
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

메소드 설명
ApplyFilter ( Bitmap source ) : Bitmap

Applies the halftone filter.

HalftoneFilter ( ) : System

Initializes a new instance of the HalftoneFilter class.

HalftoneFilter ( int distance ) : System

Initializes a new instance of the HalftoneFilter class.

비공개 메소드들

메소드 설명
GetBoundingRectangle ( int width, int height ) : Rectangle

Gets the bounding rectangle of the image based on the rotating angles.

메소드 상세

ApplyFilter() 공개 메소드

Applies the halftone filter.
public ApplyFilter ( Bitmap source ) : Bitmap
source System.Drawing.Bitmap /// The to apply the filter to. ///
리턴 System.Drawing.Bitmap

HalftoneFilter() 공개 메소드

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

HalftoneFilter() 공개 메소드

Initializes a new instance of the HalftoneFilter class.
public HalftoneFilter ( int distance ) : System
distance int /// The distance. ///
리턴 System