LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Components Property






Gets or sets an array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component. .NET support WinRT support Silverlight support
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;}
 get_Components();
set_Components(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorThresholdCommand Class
ColorThresholdCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.