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

The oil painting filter.
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

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

Applies the oil painting filter.

OilPaintingFilter ( int levels, int brushSize ) : System

Initializes a new instance of the OilPaintingFilter class.

메소드 상세

ApplyFilter() 공개 메소드

Applies the oil painting filter.
public ApplyFilter ( Bitmap source ) : Bitmap
source System.Drawing.Bitmap /// The source. ///
리턴 System.Drawing.Bitmap

OilPaintingFilter() 공개 메소드

Initializes a new instance of the OilPaintingFilter class.
public OilPaintingFilter ( int levels, int brushSize ) : System
levels int /// The number of levels. ///
brushSize int /// The brush size. ///
리턴 System