Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccResponse16Number Constructor
See Also 
Leadtools.ColorConversion Namespace > IccResponse16Number Structure : IccResponse16Number Constructor




deviceCode
16-bit number in the interval [DeviceMin to DeviceMax].
measurement
Measurement value.
Initializes a new IccResponse16Number with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal deviceCode As UShort, _
   ByVal measurement As Integer _
)
Visual Basic (Usage)Copy Code
Dim deviceCode As UShort
Dim measurement As Integer
 
Dim instance As IccResponse16Number(deviceCode, measurement)
C# 
public IccResponse16Number( 
   ushort deviceCode,
   int measurement
)
Managed Extensions for C++ 
public: IccResponse16Number( 
   ushort deviceCode,
   int measurement
)
C++/CLI 
public:
IccResponse16Number( 
   ushort deviceCode,
   int measurement
)

Parameters

deviceCode
16-bit number in the interval [DeviceMin to DeviceMax].
measurement
Measurement value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also