←Select platform

Data Property

Summary

An array of ChangeHueSaturationIntensityCommandData classes that provides information about the color ranges used by this class.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ChangeHueSaturationIntensityCommandData[] Data { get; set; } 
public [Leadtools.Imageprocessing.Color.ChangeHueSaturationIntensityCommandData[]](changehuesaturationintensitycommanddata.md) Data {get; set;} 
@property (nonatomic, strong) NSMutableArray<LTChangeHueSaturationIntensityCommandData *> *data 
public ChangeHueSaturationIntensityCommandData[] getData() 
public void setData(ChangeHueSaturationIntensityCommandData[] value) 
             
 <br/>get_Data();<br/>set_Data(value);<br/>Object.defineProperty('Data');  

Property Value

An array of ChangeHueSaturationIntensityCommandData classes that provides information about the color ranges used by this class.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly