C# Class Pinta.Core.FragmentEffect

Inheritance: BaseEffect
Afficher le fichier Open project: xxgreg/Pinta

Méthodes publiques

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

Private Methods

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

Method Details

FragmentEffect() public méthode

public FragmentEffect ( ) : System
Résultat System

LaunchConfiguration() public méthode

public LaunchConfiguration ( ) : bool
Résultat bool

RenderEffect() public méthode

public RenderEffect ( ImageSurface src, ImageSurface dst, Gdk rois ) : void
src Cairo.ImageSurface
dst Cairo.ImageSurface
rois Gdk
Résultat void