Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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
)
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also