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

ResponseDataOffsets Property






Gets or sets the array of offsets to the response data for the measurement unit. .NET support
Syntax
public int[] ResponseDataOffsets {get; set;}
'Declaration
 
Public Property ResponseDataOffsets As Integer()
'Usage
 
Dim instance As IccResponseCurve
Dim value() As Integer
 
instance.ResponseDataOffsets = value
 
value = instance.ResponseDataOffsets
public int[] ResponseDataOffsets {get; set;}
 get_ResponseDataOffsets();
set_ResponseDataOffsets(value);
public:
property array<int>^ ResponseDataOffsets {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array of offsets, each relative to byte 0 of this structure, with one entry for each measurement type. Each will point to the response data for the measurement unit.
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

IccResponseCurve Structure
IccResponseCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

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