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

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

공개 메소드들

메소드 설명
RadialBlurEffect ( double angle = 2, PointD offset = newPointD(), int quality = 2 ) : System

Creates a new effect that will apply a radial blur to an image.

보호된 메소드들

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

비공개 메소드들

메소드 설명
Rotate ( int &fx, int &fy, int fr ) : void

메소드 상세

RadialBlurEffect() 공개 메소드

Creates a new effect that will apply a radial blur to an image.
public RadialBlurEffect ( double angle = 2, PointD offset = newPointD(), int quality = 2 ) : System
angle double Angle of the blur.
offset PointD Center point of the blur.
quality int Quality of the radial blur. Valid range is 1 - 5.
리턴 System

RenderLine() 보호된 메소드

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