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



Provides data for the RasterCommandProcessor.Progress event. Supported in Silverlight, Windows Phone 7

Object Model

RasterCommandProcessorProgressEventArgs ClassIRasterCommand InterfaceRasterImage Class

Syntax

Visual Basic (Declaration) 
Public Class RasterCommandProcessorProgressEventArgs 
   Inherits System.EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProcessorProgressEventArgs
C# 
public class RasterCommandProcessorProgressEventArgs : System.EventArgs 
C++/CLI 
public ref class RasterCommandProcessorProgressEventArgs : public System.EventArgs 

Example

For an example, refer to RasterCommandProcessor.

Remarks

The RasterCommandProcessor.Progress event occurs when a control is redrawn. A RasterCommandProcessorProgressEventArgs specifies information on which image and command is being currently processed.

Inheritance Hierarchy

System.Object
   System.EventArgs
      Leadtools.ImageProcessing.RasterCommandProcessorProgressEventArgs

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also