Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterCommandProgressEventArgs Constructor
See Also 
Leadtools.ImageProcessing Namespace > RasterCommandProgressEventArgs Class : RasterCommandProgressEventArgs Constructor



percent
The percentage completion of the command.
Initializes a new instance of the RasterCommandProgressEventArgs class with specific values.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal percent As Integer _
)
Visual Basic (Usage) Copy Code
Dim percent As Integer
 
Dim instance As RasterCommandProgressEventArgs(percent)
C#  
public RasterCommandProgressEventArgs( 
   int percent
)
C++/CLI  
public:
RasterCommandProgressEventArgs( 
   int percent
)

Parameters

percent
The percentage completion of the command.

Example

For an example, refer to RasterCommand

Remarks

The value of Cancel is initialized to false by default.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also