C# Class Pinta.ImageManipulation.Effects.TwistEffect

Inheritance: BaseEffect
Show file Open project: PintaProject/Pinta.ImageManipulation

Public Methods

Method Description
TwistEffect ( int amount = 45, int antialias = 2 ) : System

Creates a new effect that will twist an image.

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

TwistEffect() public method

Creates a new effect that will twist an image.
public TwistEffect ( int amount = 45, int antialias = 2 ) : System
amount int Amount of twist to apply. Valid range is -100 - 100.
antialias int Amount of antialiasing to apply. Valid range is 0 - 5.
return System