Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
StopDithering Method
See Also 
Leadtools Namespace > RasterImage Class : StopDithering Method




Cleans up all data variables and buffers allocated by the StartDithering and DitherLine methods.

Syntax

Visual Basic (Declaration) 
Public Sub StopDithering() 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
 
instance.StopDithering()
C# 
public void StopDithering()
Managed Extensions for C++ 
public: void StopDithering(); 
C++/CLI 
public:
void StopDithering(); 

Example

For an example, refer to StartDithering.

Remarks

This method resets all internal variables to their default settings. For a description of how the methods relate to each other, refer to StartDithering method.

This method does not support signed images.

For more information, refer to Processing an Image.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also