LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

MeasurementCount Property






Gets or sets the number of measurements for each channel. .NET support
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 int[] MeasurementCount {get; set;}
 get_MeasurementCount();
set_MeasurementCount(value);
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: 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

IccCurveStructure Structure
IccCurveStructure Members

 

 


Products | Support | Contact Us | Copyright Notices

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