C# Class Pinta.Core.FragmentEffect

Inheritance: BaseEffect
ファイルを表示 Open project: xxgreg/Pinta

Public Methods

Method Description
FragmentEffect ( ) : System
LaunchConfiguration ( ) : bool
RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void

Private Methods

Method Description
RecalcPointOffsets ( int fragments, double rotationAngle, int distance ) : Gdk.Point[]

Method Details

FragmentEffect() public method

public FragmentEffect ( ) : System
return System

LaunchConfiguration() public method

public LaunchConfiguration ( ) : bool
return bool

RenderEffect() public method

public RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void
src Cairo.ImageSurface
dst Cairo.ImageSurface
rois Gdk
return void