Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also