←Select platform

RasterCommandProcessorProgressEventArgs Constructor

Summary
Initializes a new instance of the RasterCommandProcessorProgressEventArgs class.
Syntax
C#
VB
C++
Public Function New( _ 
   ByVal percent As Integer, _ 
   ByVal command As RasterCommand, _ 
   ByVal commandNumber As Integer, _ 
   ByVal totalCommands As Integer, _ 
   ByVal image As RasterImage, _ 
   ByVal imageNumber As Integer, _ 
   ByVal totalImages As Integer _ 
) 
public: 
RasterCommandProcessorProgressEventArgs(  
   int percent, 
   RasterCommand^ command, 
   int commandNumber, 
   int totalCommands, 
   RasterImage^ image, 
   int imageNumber, 
   int totalImages 
) 

Parameters

percent
The percentage completion of the current command.

command
The RasterCommand 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 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.