C# Class CSharpGL.Demos.ImageProcessingRenderer

Inheritance: RendererBase
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
ImageProcessingRenderer ( string textureFilename = @"Textures\edgeDetection.bmp" )
StateDisplayImage ( bool forward ) : void

Méthodes protégées

Méthode Description
DisposeUnmanagedResources ( ) : void
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Method Details

DisposeUnmanagedResources() protected méthode

protected DisposeUnmanagedResources ( ) : void
Résultat void

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
Résultat void

ImageProcessingRenderer() public méthode

public ImageProcessingRenderer ( string textureFilename = @"Textures\edgeDetection.bmp" )
textureFilename string

StateDisplayImage() public méthode

public StateDisplayImage ( bool forward ) : void
forward bool
Résultat void