C# Class VVVV.Nodes.Recorder.RecordNode.Instance.Saver

Inheritance: IDisposable
Mostrar archivo Open project: elliotwoods/Installation.Link

Public Methods

Method Description
Dispose ( ) : void
Save ( Surface surface, string filename ) : void
Saver ( ) : System
ThreadedFunction ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Save() public method

public Save ( Surface surface, string filename ) : void
surface Surface
filename string
return void

Saver() public method

public Saver ( ) : System
return System

ThreadedFunction() public method

public ThreadedFunction ( ) : void
return void