Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Components Property








Gets or sets an array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.
Syntax
public ColorThresholdCommandComponent[] Components {get; set;}
'Declaration
 
Public Property Components As ColorThresholdCommandComponent()
'Usage
 
Dim instance As ColorThresholdCommand
Dim value() As ColorThresholdCommandComponent
 
instance.Components = value
 
value = instance.Components
public ColorThresholdCommandComponent[] 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

See Also

Reference

ColorThresholdCommand Class
ColorThresholdCommand Members

Error processing SSI file