←Select platform

AddCommand Constructor(AddCommandType)

Summary

Initializes a new AddCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal type As AddCommandType _ 
) 
- (instancetype)initWithType:(LTAddCommandType)type 
public AddCommand(AddCommandType type) 
public: 
AddCommand(  
   AddCommandType type 
) 

Parameters

type
Value that indicates the operation to perform.

Remarks

For more information, refer to Removing Noise.

Example

Refer to AddCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly