←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
Objective-C
C++
Java
public ColorThresholdCommandComponent[] Components { get; set; } 
Public Property Components As ColorThresholdCommandComponent() 
@property (nonatomic, strong) NSMutableArray<LTColorThresholdCommandComponent *> *components 
public ColorThresholdCommandComponent[] getComponents() 
public void setComponents(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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly