public RasterCommandProcessorProgressEventArgs(
int percent,
RasterCommand command,
int commandNumber,
int totalCommands,
RasterImage image,
int imageNumber,
int totalImages
)
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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document