LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Components Property

Show in webframe







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, setter = setComponents:) NSMutableArray* components;
public ColorThresholdCommandComponent[] getComponents()
public void setComponents(ColorThresholdCommandComponent[] value)
            
 
get_Components();
set_Components(value);
Object.defineProperty('Components');
public:
property array<ColorThresholdCommandComponent^>^ Components {
   array<ColorThresholdCommandComponent^>^ get();
   void set (    array<ColorThresholdCommandComponent^>^ value);
}

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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.