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



Provides data for the RasterCommandProcessor.Progress event.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class RasterCommandProcessorProgressEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As RasterCommandProcessorProgressEventArgs
C# 
public class RasterCommandProcessorProgressEventArgs : EventArgs 
C++/CLI 
public ref class RasterCommandProcessorProgressEventArgs : public 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also