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

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

공개 메소드들

메소드 설명
ZoomBlurEffect ( int amount = 10, System.Point offset = newPoint() ) : System

Creates a new effect that will apply a zoom blur.

보호된 메소드들

메소드 설명
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

ZoomBlurEffect() 공개 메소드

Creates a new effect that will apply a zoom blur.
public ZoomBlurEffect ( int amount = 10, System.Point offset = newPoint() ) : System
amount int Amount of zoom to apply. Valid values are 0 - 200.
offset System.Point Origin point of the zoom blur.
리턴 System