| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub Shutdown() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
RasterColorConverterEngine.Shutdown() | |
| C# | |
|---|---|
public static void Shutdown() | |
| C++/CLI | |
|---|---|
public: static void Shutdown(); | |
Refer to RasterColorConverterEngine.Startup example.
This static method must be called when the ColorConversion toolkit is no longer to be used, usually before your application shuts down.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code