LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Stop Method
See Also 
Leadtools.ColorConversion Namespace > RasterColorConverterEngine Class : Stop Method



Releases any color conversion engine resources used.

Syntax

Visual Basic (Declaration) 
Public Sub Stop() 
Visual Basic (Usage)Copy Code
Dim instance As RasterColorConverterEngine
 
instance.Stop()
C# 
public void Stop()
C++/CLI 
public:
void Stop(); 

Example

For an example, refer to RasterColorConverterEngine.Startup.

Remarks

The color conversion engine resources are initialized by calling the RasterColorConverterEngine.Start method. For each call to RasterColorConverterEngine.Start there must be a call to Stop. This method should be the last Color Conversion method called before calling the Leadtools.ColorConversion.RasterColorConverterEngine.Shutdown method.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also