C# 클래스 Pinta.ImageManipulation.Effects.PixelateEffect

상속: BaseEffect
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
PixelateEffect ( int cellSize = 2 ) : System

Creates a new effect that will pixelate an image.

보호된 메소드들

메소드 설명
RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void

비공개 메소드들

메소드 설명
ComputeCellColor ( int x, int y, ISurface src, int cellSize, Rectangle srcBounds ) : ColorBgra
GetCellBox ( int x, int y, int cellSize ) : Rectangle

메소드 상세

PixelateEffect() 공개 메소드

Creates a new effect that will pixelate an image.
public PixelateEffect ( int cellSize = 2 ) : System
cellSize int Size of the pixelation. Valid range is 0 - 100.
리턴 System

RenderLine() 보호된 메소드

protected RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void
src ISurface
dest ISurface
rect Rectangle
리턴 void