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



Fills the specified RasterImage with the specified color.

Syntax

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

Remarks

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

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.FillCommand

Requirements

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

See Also