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




nameRecordSize
A value that represents the length, in bytes, of each name record in the buffer pointed to by NameRecordsData.
nameRecordsData
IccNameRecord structure that contains name record data.
unicodeCharacters
Array storage of unicode characters.
Initializes a new IccMultiLocalizedUnicode with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nameRecordSize As Integer, _
   ByVal nameRecordsData() As IccNameRecord, _
   ByVal unicodeCharacters() As UShort _
)
Visual Basic (Usage)Copy Code
Dim nameRecordSize As Integer
Dim nameRecordsData() As IccNameRecord
Dim unicodeCharacters() As UShort
 
Dim instance As IccMultiLocalizedUnicode(nameRecordSize, nameRecordsData, unicodeCharacters)
C# 
public IccMultiLocalizedUnicode( 
   int nameRecordSize,
   IccNameRecord[] nameRecordsData,
   ushort[] unicodeCharacters
)
Managed Extensions for C++ 
public: IccMultiLocalizedUnicode( 
   int nameRecordSize,
   IccNameRecord[]* nameRecordsData,
   ushort[]* unicodeCharacters
)
C++/CLI 
public:
IccMultiLocalizedUnicode( 
   int nameRecordSize,
   array<IccNameRecord>^ nameRecordsData,
   array<ushort>^ unicodeCharacters
)

Parameters

nameRecordSize
A value that represents the length, in bytes, of each name record in the buffer pointed to by NameRecordsData.
nameRecordsData
IccNameRecord structure that contains name record data.
unicodeCharacters
Array storage of unicode characters.

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