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

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

공개 메소드들

메소드 설명
TileEffect ( double rotation = 30, int tileSize = 40, int intensity = 8 ) : System

Creates a new effect that will apply a tile effect to an image.

보호된 메소드들

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

메소드 상세

RenderLine() 보호된 메소드

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

TileEffect() 공개 메소드

Creates a new effect that will apply a tile effect to an image.
public TileEffect ( double rotation = 30, int tileSize = 40, int intensity = 8 ) : System
rotation double Angle to rotate the tiles.
tileSize int Size of the tiles. Valid range is 2 - 200.
intensity int Intensity of the tiling effect. Valid range is -20 - 20.
리턴 System