LEADTOOLS (Leadtools assembly)

RasterCommandProcessorProgressEventArgs Constructor (RasterCommandProcessorProgressEventArgs)

Show in webframe







The percentage completion of the current command.
The IRasterCommand object currently being executed.
The index of the current RasterCommand in the Commands collection.
The total number of commands to be executed.
The Leadtools.RasterImage object being processed.
The index of the current RasterImage in the Images collection.
The total number of images to be processed.
Initializes a new instance of the RasterCommandProcessorProgressEventArgs class.
Syntax
public RasterCommandProcessorProgressEventArgs( 
   int percent,
   IRasterCommand command,
   int commandNumber,
   int totalCommands,
   RasterImage image,
   int imageNumber,
   int totalImages
)
'Declaration
 
Public Function New( _
   ByVal percent As Integer, _
   ByVal command As IRasterCommand, _
   ByVal commandNumber As Integer, _
   ByVal totalCommands As Integer, _
   ByVal image As RasterImage, _
   ByVal imageNumber As Integer, _
   ByVal totalImages As Integer _
)
'Usage
 
Dim percent As Integer
Dim command As IRasterCommand
Dim commandNumber As Integer
Dim totalCommands As Integer
Dim image As RasterImage
Dim imageNumber As Integer
Dim totalImages As Integer
 
Dim instance As New RasterCommandProcessorProgressEventArgs(percent, command, commandNumber, totalCommands, image, imageNumber, totalImages)
public RasterCommandProcessorProgressEventArgs( 
   int percent,
   IRasterCommand command,
   int commandNumber,
   int totalCommands,
   RasterImage image,
   int imageNumber,
   int totalImages
)

            

            
function RasterCommandProcessorProgressEventArgs( 
   percent ,
   command ,
   commandNumber ,
   totalCommands ,
   image ,
   imageNumber ,
   totalImages 
)
public:
RasterCommandProcessorProgressEventArgs( 
   int percent,
   IRasterCommand^ command,
   int commandNumber,
   int totalCommands,
   RasterImage^ image,
   int imageNumber,
   int totalImages
)

Parameters

percent
The percentage completion of the current command.
command
The IRasterCommand object currently being executed.
commandNumber
The index of the current RasterCommand in the Commands collection.
totalCommands
The total number of commands to be executed.
image
The Leadtools.RasterImage object being processed.
imageNumber
The index of the current RasterImage in the Images collection.
totalImages
The total number of images to be processed.
Example
For an example, refer to RasterCommandProcessor.
Requirements

Target Platforms

See Also

Reference

RasterCommandProcessorProgressEventArgs Class
RasterCommandProcessorProgressEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.