C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.
public ColorThresholdCommandComponent[] Components { get; set; }
Public Property Components As Leadtools.Imageprocessing.Color.ColorThresholdCommandComponent()
public [Leadtools.Imageprocessing.Color.ColorThresholdCommandComponent[]](colorthresholdcommandcomponent.md) Components {get; set;}
@property (nonatomic, strong) NSMutableArray<LTColorThresholdCommandComponent *> *components
public ColorThresholdCommandComponent[] getComponents()
public void setComponents(ColorThresholdCommandComponent[] value)
<br/>get_Components();<br/>set_Components(value);<br/>Object.defineProperty('Components');
public:
property Leadtools.Imageprocessing.Color.array<ColorThresholdCommandComponent^>^ Components {
Leadtools.Imageprocessing.Color.array<ColorThresholdCommandComponent^>^ get();
void set ( Leadtools.Imageprocessing.Color.array<ColorThresholdCommandComponent^>^ );
}
Array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.
Refer to ColorThresholdCommand()
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