Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Components Property
See Also 



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

Syntax

Visual Basic (Declaration) 
Public Property Components As ColorThresholdCommandComponent()
Visual Basic (Usage)Copy Code
Dim instance As ColorThresholdCommand
Dim value() As ColorThresholdCommandComponent
 
instance.Components = value
 
value = instance.Components
C# 
public ColorThresholdCommandComponent[] Components {get; set;}
C++/CLI 
public:
property array<ColorThresholdCommandComponent^>^ Components {
   array<ColorThresholdCommandComponent^>^ get();
   void set (ColorThresholdCommandComponent^array<value>^ value);
}

Return Value

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

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also