Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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 
Managed Extensions for C++ 
public __gc class RasterCommandProcessorProgressEventArgs : public 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also