An array of ChangeHueSaturationIntensityCommandData classes that provides information about the color ranges used by this class.
public ChangeHueSaturationIntensityCommandData[] Data { get; set; }
Public Property Data As Leadtools.Imageprocessing.Color.ChangeHueSaturationIntensityCommandData()
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');
public:
property Leadtools.Imageprocessing.Color.array<ChangeHueSaturationIntensityCommandData^>^ Data {
Leadtools.Imageprocessing.Color.array<ChangeHueSaturationIntensityCommandData^>^ get();
void set ( Leadtools.Imageprocessing.Color.array<ChangeHueSaturationIntensityCommandData^>^ );
}
An array of ChangeHueSaturationIntensityCommandData classes that provides information about the color ranges used by this class.
Refer to ChangeHueSaturationIntensityCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET