C# Class Pinta.ImageManipulation.Effects.ZoomBlurEffect

Inheritance: BaseEffect
Exibir arquivo Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
ZoomBlurEffect ( int amount = 10, System.Point offset = newPoint() ) : System

Creates a new effect that will apply a zoom blur.

Protected Methods

Method Description
RenderLine ( ISurface src, ISurface dst, Rectangle rect ) : void

Method Details

RenderLine() protected method

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

ZoomBlurEffect() public method

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.
return System