Visual Basic (Declaration) | |
---|---|
Public Class FastMagicWandCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class FastMagicWandCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class FastMagicWandCommand : public RasterCommand, IRasterCommand |
Runs the FastMagicWandCommand on the Image.
Visual Basic | Copy Code |
---|---|
Public Sub FastMagicWandCommandExample() |
C# | Copy Code |
---|---|
public void FastMagicWandCommandExample() |
You can only run the command after the StartEngine function is called on the image. You must call the EndEngine function after you run the command. This command supports 1, 8, and 24-bit color images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.FastMagicWandCommand
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