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




Fills the specified image with the specified color.

Object Model


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  
Managed Extensions for C++ 
public __gc class FillCommand : public RasterCommand, IRasterCommand  
C++/CLI 
public ref class FillCommand : public RasterCommand, IRasterCommand  

Example

This example will load an image then fill it with blue color

Remarks

For more information, refer to Processing an Image.

Inheritance Hierarchy

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

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