C# Class Pinta.ImageManipulation.Effects.BulgeEffect

Inheritance: BaseEffect
ファイルを表示 Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
BulgeEffect ( int amount = 45, PointD offset = newPointD() ) : System

Creates a new effect that will add a bulge to an image at a specified point.

Protected Methods

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

Method Details

BulgeEffect() public method

Creates a new effect that will add a bulge to an image at a specified point.
public BulgeEffect ( int amount = 45, PointD offset = newPointD() ) : System
amount int Amount to bulge. Valid range is -200 - 100.
offset PointD Bulge origin point.
return System

RenderLine() protected method

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