Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

MeasurementCount Property






Gets or sets the number of measurements for each channel.
Syntax
public int[] MeasurementCount {get; set;}
'Declaration
 
Public Property MeasurementCount As Integer()
'Usage
 
Dim instance As IccCurveStructure
Dim value() As Integer
 
instance.MeasurementCount = value
 
value = instance.MeasurementCount

            

            
public:
property array<int>^ MeasurementCount {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array with one entry for each channel that contains the number of measurements for each channel.
Requirements

Target Platforms

See Also

Reference

IccCurveStructure Structure
IccCurveStructure Members

Error processing SSI file