LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AddCommand Constructor(AddCommandType)
See Also 



type
Value that indicates the operation to perform.
Initializes a new AddCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As AddCommandType _
)
Visual Basic (Usage)Copy Code
Dim type As AddCommandType
 
Dim instance As New AddCommand(type)
C# 
public AddCommand( 
   AddCommandType type
)
C++/CLI 
public:
AddCommand( 
   AddCommandType type
)

Parameters

type
Value that indicates the operation to perform.

Example

Refer to AddCommand.

Remarks

For more information, refer to Removing Noise.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also