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

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

공개 메소드들

메소드 설명
FragmentEffect ( int fragments = 4, int distance = 8, double rotation ) : System

Creates a new effect that makes an image look fragmented.

보호된 메소드들

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

비공개 메소드들

메소드 설명
RecalcPointOffsets ( int fragments, double rotationAngle, int distance ) : System.Point[]

메소드 상세

FragmentEffect() 공개 메소드

Creates a new effect that makes an image look fragmented.
public FragmentEffect ( int fragments = 4, int distance = 8, double rotation ) : System
fragments int Number of fragments to apply. Valid range is 2 - 50.
distance int Distance between fragments. Valid range is 0 - 100.
rotation double Angle to apply.
리턴 System

RenderLine() 보호된 메소드

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