←Select platform

AddCommand Constructor(AddCommandType)

Summary

Initializes a new AddCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal type As Leadtools.Imageprocessing.Color.AddCommandType _ 
) 
- (instancetype)initWithType:(LTAddCommandType)type 
public AddCommand(AddCommandType type) 
function AddCommand(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly