LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 New IccMultiLocalizedUnicode(nameRecordSize, nameRecordsData, unicodeCharacters)
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also