Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
FastMagicWandCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Core Namespace : FastMagicWandCommand Class


The following tables list the members exposed by FastMagicWandCommand.

Public Constructors

 NameDescription
Public ConstructorFastMagicWandCommand ConstructorOverloaded.  Initializes a new FastMagicWandCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyObjectData Gets the Object data array.  
Public PropertyObjectRectangle Gets the Object Rectangle.  
Public PropertySourceImage Gets or sets an RasterImage object that references the source image.  
Public PropertyTolerance Gets or sets the color tolerance value.  
Public PropertyX Gets or sets the X-position of the starting point.  
Public PropertyY Gets or sets the Y-position of the starting point.  
Top

Public Methods

 NameDescription
Public MethodEndEngine Ends the MagicWand Engine.  
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodStartEngine Starts the MagicWand Engine.  
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also