LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterCommandProcessor Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing Namespace : RasterCommandProcessor Class

The following tables list the members exposed by RasterCommandProcessor.

Public Constructors

 NameDescription
public Constructor RasterCommandProcessor ConstructorInitializes a new instance of the RasterCommandProcessor class with default values. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property CommandsThe collection of RasterCommand objects to be run on the Images objects. Supported in Silverlight, Windows Phone 7  
public Property ImagesThe collection of RasterImage objects to run the Commands on. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method RunRuns the image processing commands on the images. Supported in Silverlight, Windows Phone 7  
Top

Public Events

 NameDescription
public Event ProgressOccurs during the processing of the image processing commands. Supported in Silverlight, Windows Phone 7  
Top

See Also