←Select platform

Components Property

Summary

Gets or sets an array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ColorThresholdCommandComponent[] Components { get; set; } 
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');  

Property Value

Array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.

Example

Refer to ColorThresholdCommand()

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