←Select platform

Stop Method

Summary

Releases any color conversion engine resources used.

Syntax
C#
VB
C++
public void Stop() 
  
Public Sub Stop()  
public: 
void Stop();  

Remarks

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

Example

For an example, refer to Startup.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly