C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new AddCommand class object with explicit parameters.
public AddCommand(
AddCommandType type
)
Public Function New( _
ByVal type As Leadtools.Imageprocessing.Color.AddCommandType _
)
public AddCommand(
Leadtools.Imageprocessing.Color.AddCommandType type
)
- (instancetype)initWithType:(LTAddCommandType)type
public AddCommand(AddCommandType type)
function AddCommand(
type
)
public:
AddCommand(
Leadtools.Imageprocessing.Color.AddCommandType type
)
type
Value that indicates the operation to perform.
For more information, refer to Removing Noise.
Refer to AddCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET