LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal percent As Integer _
)
Visual Basic (Usage)Copy Code
Dim percent As Integer
 
Dim instance As New 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also