←Select platform

RasterCommandProgressEventArgs Constructor

Summary

Initializes a new instance of the RasterCommandProgressEventArgs class with specific values.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal percent As Integer _ 
) 
(id)initWithPercent:(int)percent; 
public RasterCommandProgressEvent( 
  Object source,  
  int percent 
) 
public: 
RasterCommandProgressEventArgs(  
   int percent 
) 

Parameters

percent
The percentage completion of the command.

Remarks

The value of Cancel is initialized to false by default.

Example

For an example, refer to RasterCommand

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 Apryse Sofware Corp. All Rights Reserved.

Leadtools Assembly