LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ResponseDataOffsets Property
See Also 
Leadtools.ColorConversion Namespace > IccResponseCurve Structure : ResponseDataOffsets Property



Gets or sets the array of offsets to the response data for the measurement unit.

Syntax

Visual Basic (Declaration) 
Public Property ResponseDataOffsets As Integer()
Visual Basic (Usage)Copy Code
Dim instance As IccResponseCurve
Dim value() As Integer
 
instance.ResponseDataOffsets = value
 
value = instance.ResponseDataOffsets
C# 
public int[] ResponseDataOffsets {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also