Visual Basic (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 _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterCommandProcessorProgressEventArgs( int percent, IRasterCommand command, int commandNumber, int totalCommands, RasterImage image, int imageNumber, int totalImages ) |
Managed Extensions for C++ | |
---|---|
public: RasterCommandProcessorProgressEventArgs( int percent, IRasterCommand* command, int commandNumber, int totalCommands, RasterImage* image, int imageNumber, int totalImages ) |
C++/CLI | |
---|---|
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 RasterImage object being processed.
- imageNumber
- The index of the current RasterImage in the Images collection.
- totalImages
- The total number of images to be processed.
For an example, refer to RasterCommandProcessor.
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