Visual Basic (Declaration) | |
---|---|
Public Sub Stop() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Stop() |
C++/CLI | |
---|---|
public: void Stop(); |
For an example, refer to RasterColorConverter.Startup.
The color conversion engine resources are initialized by calling the RasterColorConverter.Start method.
For each call to RasterColorConverter.Start there must be a call to Stop.
This method should be the last Color Conversion method called before calling the Shutdown method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family