Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ClearCommand Class
See Also  Members  
Leadtools.ImageProcessing Namespace : ClearCommand Class



Sets all bits to 0 in the specified image, making it a black image.

Syntax

Visual Basic (Declaration) 
Public Class ClearCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As ClearCommand
C# 
public class ClearCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class ClearCommand : public RasterCommand, IRasterCommand  

Remarks

Sets all bits to 0, in the specified image. If the image has a palette, all pixels will be the color of the first palette entry.

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.ClearCommand

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also