C# Class Pinta.Core.GlowEffect

Inheritance: BaseEffect
Mostrar archivo Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
GlowEffect ( ) : System
LaunchConfiguration ( ) : bool
RenderEffect ( ImageSurface src, ImageSurface dest, Gdk rois ) : void

Method Details

GlowEffect() public method

public GlowEffect ( ) : System
return System

LaunchConfiguration() public method

public LaunchConfiguration ( ) : bool
return bool

RenderEffect() public method

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